DBA Data[Home] [Help]

APPS.AR_INVOICE_VALIDATE_FLEX dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 17: fnd_descr_flex_column_usages seg

13: select ctx.descriptive_flex_context_code context_code,
14: substr(seg.application_column_name,
15: length('INTERFACE_LINE_ATTRIBUTE')+1) segment_num
16: from fnd_descr_flex_contexts ctx,
17: fnd_descr_flex_column_usages seg
18: where ctx.application_id = pc_appl_id
19: and ctx.descriptive_flexfield_name = pc_desc_flex
20: and ctx.application_id = seg.application_id(+)
21: and ctx.descriptive_flexfield_name =