DBA Data[Home] [Help]

APPS.PA_TRANSACTIONS_PUB dependencies on FND_DESCR_FLEX_CONTEXTS

Line 664: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,

660: -- The following record type is used to record for each context code,
661: -- which segment is enabled.
662:
663: TYPE dff_segments_enabled_record IS RECORD (
664: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,
665: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,
666: is_global boolean,
667: attribute1_enabled boolean,
668: attribute2_enabled boolean,

Line 665: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,

661: -- which segment is enabled.
662:
663: TYPE dff_segments_enabled_record IS RECORD (
664: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,
665: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,
666: is_global boolean,
667: attribute1_enabled boolean,
668: attribute2_enabled boolean,
669: attribute3_enabled boolean,