DBA Data[Home] [Help]

APPS.AS_OSI_LEAD_PUB dependencies on AR_SYSTEM_PARAMETERS

Line 462: ar_system_parameters asp

458: l_osi_lkp_tbl OSI_LKP_TBL_TYPE := G_MISS_OSI_LKP_TBL;
459: CURSOR state_cur IS
460: select distinct alv.location_segment_user_value lkp_code, alv.location_segment_description lkp_value
461: from ar_location_values alv,
462: ar_system_parameters asp
463: where alv.location_structure_id = asp.location_structure_id
464: and alv.parent_segment_id is null
465: order by 1;
466: ndx binary_integer := 0;