DBA Data[Home] [Help]

APPS.OE_OE_MULTI_HEADER_SCREDIT dependencies on OE_HEADER_SCREDIT_UTIL

Line 195: OE_Header_Scredit_Util.Lock_Row

191: IF P_REPLACE_CREDIT_TYPE = 'R' then -- Replace Revenue
192: FOR R_OLD_SALES_CREDIT IN C_OLD_R_SALES_CREDIT_ID(p_header_id) LOOP
193: -- Read DB record from cache
194:
195: OE_Header_Scredit_Util.Lock_Row
196: ( p_sales_credit_id => R_OLD_SALES_CREDIT.SALES_CREDIT_ID
197: , p_x_header_Scredit_rec => l_Header_Scredit_rec
198: , x_return_status => l_return_status
199: );

Line 218: OE_Header_Scredit_Util.Lock_Row

214: ELSIF P_REPLACE_CREDIT_TYPE = 'NR' then -- Replace NON Revenue
215: FOR R_OLD_SALES_CREDIT IN C_OLD_NR_SALES_CREDIT_ID(p_header_id) LOOP
216: -- Read DB record from cache
217:
218: OE_Header_Scredit_Util.Lock_Row
219: ( p_sales_credit_id => R_OLD_SALES_CREDIT.SALES_CREDIT_ID
220: , p_x_header_Scredit_rec => l_Header_Scredit_rec
221: , x_return_status => l_return_status
222: );

Line 241: OE_Header_Scredit_Util.Lock_Row

237: ELSE -- Replace both Revenue and Non-Revenue
238: FOR R_OLD_SALES_CREDIT IN C_OLD_SALES_CREDIT_ID(p_header_id) LOOP
239: -- Read DB record from cache
240:
241: OE_Header_Scredit_Util.Lock_Row
242: ( p_sales_credit_id => R_OLD_SALES_CREDIT.SALES_CREDIT_ID
243: , p_x_header_Scredit_rec => l_Header_Scredit_rec
244: , x_return_status => l_return_status
245: );