DBA Data[Home] [Help]

APPS.PQP_SS_VEHICLE_TRANSACTIONS dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 50: FROM pqp_veh_repos_info_types ait, fnd_descr_flex_contexts_vl flv

46: l_count number:=0;
47: l_exists VARCHAR2(1);
48: CURSOR c_get_info IS
49: SELECT COUNT(1)
50: FROM pqp_veh_repos_info_types ait, fnd_descr_flex_contexts_vl flv
51: WHERE ait.information_type = flv.descriptive_flex_context_code
52: AND flv.descriptive_flexfield_name IN ( 'Vehicle Repos Extra Info DDF'
53: ,'Vehicle Alloc Extra Info DDF')
54: AND flv.enabled_flag = 'Y'