DBA Data[Home] [Help]

APPS.OE_INLINE_FLEX dependencies on OE_CODE_CONTROL

Line 497: IF oe_code_control.code_release_level < '110510' THEN

493: begin -- Initialisation Section
494:
495: flex_segments := 0; -- Count of number of active segment records.
496:
497: IF oe_code_control.code_release_level < '110510' THEN
498: OPEN c_sel;
499: FETCH c_sel
500: INTO l_location_structure_id;
501: CLOSE c_sel;