This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE OR REPLACE | |
PROCEDURE CREATE_RPL2( | |
p_order_item_id IN ORDER_ITEM_PRICES.ORDER_ITEM_PRICE_ID%TYPE, | |
p_rpl IN ORDER_ITEM_PRICES.PRICE%TYPE, | |
p_start_day IN NUMBER, | |
p_created_by IN ORDER_ITEM_PRICES.CREATED_BY%TYPE) | |
IS | |
V_ORDER_MONTH NUMBER; | |
V_ORDER_YEAR NUMBER; | |
V_MONTH_END NUMBER; |
NewerOlder