DBA Data[Home] [Help]

APPS.PER_QH_FIND_QUERY dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 360: from fnd_id_flex_structures_vl

356: --
357: cursor csr_cagr_flex_num
358: (p_id_flex_num number) is
359: select id_flex_structure_name
360: from fnd_id_flex_structures_vl
361: where id_flex_code='CAGR'
362: and application_id=800
363: and id_flex_num=p_id_flex_num;
364: --