DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 354: from fnd_descr_flex_contexts_vl

350: --
351: cursor csr_address_style
352: (p_style VARCHAR2) is
353: select descriptive_flex_context_name
354: from fnd_descr_flex_contexts_vl
355: where descriptive_flexfield_name='Address Structure'
356: and application_id=800
357: and descriptive_flex_context_code=p_style;
358: --