DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_UTIL dependencies on OE_ORDER_UTIL

Line 1083: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

1079: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1080: IF l_debug_level > 0 THEN
1081: oe_debug_pub.add( 'JFC: SALES_CREDIT_ID' || P_HEADER_SCREDIT_REC.SALES_CREDIT_ID ) ;
1082: END IF;
1083: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
1084: p_Hdr_scr_rec =>p_header_scredit_rec,
1085: p_hdr_scr_id => p_header_scredit_rec.sales_credit_id,
1086: x_index => l_index,
1087: x_return_status => l_return_status);

Line 1264: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

1260:
1261: --calling notification framework to update global picture
1262: --check code release level first. Notification framework is at Pack H level
1263: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1264: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
1265: p_old_hdr_scr_rec => NULL,
1266: p_Hdr_scr_rec =>p_header_scredit_rec,
1267: p_hdr_scr_id => p_header_scredit_rec.sales_credit_id,
1268: x_index => l_index,

Line 1353: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

1349: /* Set the operation on the record so that globals are updated as well */
1350: l_new_header_scredit_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1351: l_new_header_scredit_rec.sales_credit_id := l_scr.sales_credit_id;
1352:
1353: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
1354: p_Hdr_scr_rec =>l_new_header_scredit_rec,
1355: p_hdr_scr_id => l_scr.sales_credit_id,
1356: x_index => l_index,
1357: x_return_status => l_return_status);

Line 1402: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,

1398: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1399: /* Set the operation on the record so that globals are updated as well */
1400: l_new_header_scredit_rec.operation := OE_GLOBALS.G_OPR_DELETE;
1401: l_new_header_scredit_rec.sales_credit_id := p_sales_credit_id;
1402: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
1403: p_Hdr_scr_rec =>l_new_header_scredit_rec,
1404: p_hdr_scr_id => p_sales_credit_id,
1405: x_index => l_index,
1406: x_return_status => l_return_status);