DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_CODE_CONTROL

Line 792: OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508'

788:
789: IF l_top_model_line_id is not NULL AND
790: nvl(l_smc_flag, 'N') = 'N' AND
791: nvl(l_model_remnant_flag, 'N') = 'N' AND
792: OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508'
793: THEN
794:
795: SELECT ato_line_id
796: INTO l_count

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

1180:
1181: END LOOP; /* over ship confirm index */
1182:
1183: -- jolin start
1184: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1185:
1186: -- Here we call update_global_picture to get the index of each line being updated in the
1187: -- update statement above, and we set the global variables for each.
1188: