DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on OE_CODE_CONTROL

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

1137: RAISE FND_API.G_EXC_ERROR;
1138:
1139: END IF;
1140:
1141: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
1142: AND Oe_Sys_Parameters.Value('FIRM_DEMAND_EVENTS') = 'SHIPPING_INTERFACED'
1143: THEN
1144: l_firm_flag := 'Y';
1145: END IF;

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

1223: -- added for notification framework
1224: -- If using notification framework, no call to process_requests_and_notify is needed
1225: -- check code release level first. Notification framework is at Pack H level
1226:
1227: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1228:
1229: -- calling notification framework to get index position
1230: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
1231: p_header_id =>l_line_tbl(1).header_id,