DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_CODE_CONTROL

Line 777: OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508'

773:
774: IF l_top_model_line_id is not NULL AND
775: nvl(l_smc_flag, 'N') = 'N' AND
776: nvl(l_model_remnant_flag, 'N') = 'N' AND
777: OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508'
778: THEN
779:
780: SELECT ato_line_id
781: INTO l_count

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

1150:
1151: END LOOP; /* over ship confirm index */
1152:
1153: -- jolin start
1154: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1155:
1156: -- Here we call update_global_picture to get the index of each line being updated in the
1157: -- update statement above, and we set the global variables for each.
1158: