DBA Data[Home] [Help]

APPS.PER_QH_MAINTAIN_QUERY dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 325: from fnd_descr_flex_contexts_vl

321: --
322: cursor csr_address_style
323: (p_style VARCHAR2) is
324: select descriptive_flex_context_name
325: from fnd_descr_flex_contexts_vl
326: where descriptive_flexfield_name='Address Structure'
327: and application_id=800
328: and descriptive_flex_context_code=p_style;
329: --