DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on OE_CODE_CONTROL

Line 1118: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'

1114: RAISE FND_API.G_EXC_ERROR;
1115:
1116: END IF;
1117:
1118: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
1119: AND Oe_Sys_Parameters.Value('FIRM_DEMAND_EVENTS') = 'SHIPPING_INTERFACED'
1120: THEN
1121: l_firm_flag := 'Y';
1122: END IF;

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

1199: -- added for notification framework
1200: -- If using notification framework, no call to process_requests_and_notify is needed
1201: -- check code release level first. Notification framework is at Pack H level
1202:
1203: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1204:
1205: -- calling notification framework to get index position
1206: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
1207: p_header_id =>l_line_tbl(1).header_id,