DBA Data[Home] [Help]

APPS.ARP_TRANS_FLEX dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 80: fnd_descr_flex_column_usages seg

76: select ctx.descriptive_flex_context_code context_code,
77: substr(seg.application_column_name,
78: length('INTERFACE_LINE_ATTRIBUTE')+1) segment_num
79: from fnd_descr_flex_contexts ctx,
80: fnd_descr_flex_column_usages seg
81: where ctx.application_id = pc_appl_id
82: and ctx.descriptive_flexfield_name = pc_desc_flex
83: and ctx.application_id = seg.application_id(+)
84: and ctx.descriptive_flexfield_name =