DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_ID_FLEX_STRUCTURES_VL

Line 317: from fnd_id_flex_structures_vl

313: --
314: cursor csr_cagr_flex_num
315: (p_id_flex_num number) is
316: select id_flex_structure_name
317: from fnd_id_flex_structures_vl
318: where id_flex_code= 'CAGR'
319: and application_id = 800
320: and id_flex_num=p_id_flex_num;
321: --