DBA Data[Home] [Help]

APPS.PA_TRANSACTIONS_PUB dependencies on FND_DESCR_FLEX_CONTEXTS

Line 670: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,

666: -- The following record type is used to record for each context code,
667: -- which segment is enabled.
668:
669: TYPE dff_segments_enabled_record IS RECORD (
670: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,
671: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,
672: is_global boolean,
673: attribute1_enabled boolean,
674: attribute2_enabled boolean,

Line 671: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,

667: -- which segment is enabled.
668:
669: TYPE dff_segments_enabled_record IS RECORD (
670: context_code fnd_descr_flex_contexts.descriptive_flex_context_code%TYPE,
671: context_name fnd_descr_flex_contexts_vl.descriptive_flex_context_name%TYPE,
672: is_global boolean,
673: attribute1_enabled boolean,
674: attribute2_enabled boolean,
675: attribute3_enabled boolean,