DBA Data[Home] [Help]

APPS.OE_INLINE_FLEX dependencies on AR_SYSTEM_PARAMETERS

Line 484: from ar_system_parameters;

480: PROCEDURE initialize IS
481:
482: cursor c_sel is
483: select location_structure_id
484: from ar_system_parameters;
485:
486: l_location_structure_id ar_system_parameters.location_structure_id%TYPE;
487:
488: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;

Line 486: l_location_structure_id ar_system_parameters.location_structure_id%TYPE;

482: cursor c_sel is
483: select location_structure_id
484: from ar_system_parameters;
485:
486: l_location_structure_id ar_system_parameters.location_structure_id%TYPE;
487:
488: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
489:
490: --

Line 488: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;

484: from ar_system_parameters;
485:
486: l_location_structure_id ar_system_parameters.location_structure_id%TYPE;
487:
488: l_AR_Sys_Param_Rec AR_SYSTEM_PARAMETERS_ALL%ROWTYPE;
489:
490: --
491: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
492: --