DBA Data[Home] [Help]

APPS.OE_HEADER_SCREDIT_UTIL dependencies on OE_CODE_CONTROL

Line 1079: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

1075: l_lock_control := l_lock_control + 1;
1076:
1077: --calling notification framework to update global picture
1078: --check code release level first. Notification framework is at Pack H level
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,

Line 1263: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

1259: p_Header_Scredit_rec.lock_control := l_lock_control;
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,

Line 1348: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

1344: FOR l_scr IN sales_credit LOOP
1345:
1346: --added notification framework
1347: --check code release level first. Notification framework is at Pack H level
1348: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
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:

Line 1398: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

1394: WHERE HEADER_ID = p_header_id;
1395: ELSE
1396: --added notification framework
1397: --check code release level first. Notification framework is at Pack H level
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,

Line 2144: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND

2140: --
2141: BEGIN
2142:
2143: --11.5.10 Versioning/Audit Trail updates
2144: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' AND
2145: OE_GLOBALS.G_ROLL_VERSION <> 'N' THEN
2146: IF OE_GLOBALS.G_REASON_CODE IS NULL AND
2147: OE_GLOBALS.G_CAPTURED_REASON IN ('V','A') THEN
2148: IF p_x_header_scredit_rec.change_reason <> FND_API.G_MISS_CHAR THEN

Line 2206: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

2202: IF l_debug_level > 0 THEN
2203: oe_debug_pub.add( 'OEXUHSCB:Calling oe_order_chg_pvt.recordhscredithist') ;
2204: END IF;
2205: --11.5.10 Versioning/Audit Trail updates
2206: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2207: OE_Versioning_Util.Capture_Audit_Info(p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_SCREDIT,
2208: p_entity_id => p_x_header_scredit_rec.sales_credit_id,
2209: p_hist_type_code => 'UPDATE');
2210: --log delayed request