DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 346: from fnd_id_flex_structures_vl

342: --
343: cursor csr_cagr_flex_num
344: (p_id_flex_num number) is
345: select id_flex_structure_name
346: from fnd_id_flex_structures_vl
347: where id_flex_code= 'CAGR'
348: and application_id = 800
349: and id_flex_num=p_id_flex_num;
350: --