DBA Data[Home] [Help]

APPS.OE_LINE_SCREDIT_UTIL dependencies on OE_ORDER_UTIL

Line 1242: OE_ORDER_UTIL.Update_Global_Picture

1238: IF l_debug_level > 0 THEN
1239: oe_debug_pub.add( 'AFTER UPDATE , NEW SALES CREDIT ID= ' || P_LINE_SCREDIT_REC.SALES_CREDIT_ID ) ;
1240: END IF;
1241:
1242: OE_ORDER_UTIL.Update_Global_Picture
1243: (p_Upd_New_Rec_If_Exists =>True,
1244: p_line_scr_rec => p_line_scredit_rec,
1245: p_old_line_scr_rec => l_line_scredit_rec,
1246: p_line_scr_id => p_line_scredit_rec.sales_credit_id,

Line 1398: OE_ORDER_UTIL.Update_Global_Picture

1394: /* jolin start*/
1395: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1396: -- calling notification framework to update global picture
1397:
1398: OE_ORDER_UTIL.Update_Global_Picture
1399: (p_Upd_New_Rec_If_Exists =>True,
1400: p_line_scr_rec => p_line_scredit_rec,
1401: p_old_line_scr_rec => NULL,
1402: p_line_scr_id => p_line_scredit_rec.sales_credit_id,

Line 1503: OE_ORDER_UTIL.Update_Global_Picture

1499: /* Set the operation on the record so that globals are updated as well */
1500: l_new_line_scredit_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1501: l_new_line_scredit_rec.sales_credit_id := l_scr.sales_credit_id;
1502:
1503: OE_ORDER_UTIL.Update_Global_Picture
1504: (p_Upd_New_Rec_If_Exists =>True,
1505: p_line_scr_rec => l_new_line_scredit_rec,
1506: p_old_line_scr_rec => l_line_scredit_rec,
1507: p_line_scr_id => l_scr.sales_credit_id,

Line 1580: OE_ORDER_UTIL.Update_Global_Picture(

1576: /* Set the operation on the record so that globals are updated as well */
1577: l_new_line_scredit_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1578: l_new_line_scredit_rec.sales_credit_id := p_sales_credit_id;
1579:
1580: OE_ORDER_UTIL.Update_Global_Picture(
1581: p_Upd_New_Rec_If_Exists => True,
1582: p_line_scr_rec => l_new_line_scredit_rec,
1583: p_old_line_scr_rec => l_line_scredit_rec,
1584: p_line_scr_id => p_sales_credit_id,

Line 2596: OE_ORDER_UTIL.Update_Global_Picture

2592:
2593: --jolin start
2594: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2595: -- call notification framework to update this line's global data
2596: OE_ORDER_UTIL.Update_Global_Picture
2597: (p_Upd_New_Rec_If_Exists =>TRUE
2598: , p_line_scr_rec => l_line_scredit_tbl(1)
2599: , p_old_line_scr_rec => l_old_line_scredit_tbl(1)
2600: , p_line_scr_id => l_line_scredit_tbl(1).sales_credit_id