DBA Data[Home] [Help]

APPS.INV_OPM_LOT_MIGRATION dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 621: FROM fnd_descr_flex_column_usages col,

617:
618: SELECT col.descriptive_flex_context_code,
619: col.application_column_name,
620: col.end_user_column_name
621: FROM fnd_descr_flex_column_usages col,
622: fnd_descr_flex_contexts cont
623: WHERE
624: col.application_id = 551 and
625: col.descriptive_flexfield_name = 'LOTS_FLEX' and

Line 633: FROM fnd_descr_flex_column_usages col2,

629: col.descriptive_flex_context_code = cont.descriptive_flex_context_code and
630: cont.enabled_flag = 'Y' and
631: col.application_column_name in (
632: SELECT col2.application_column_name
633: FROM fnd_descr_flex_column_usages col2,
634: fnd_descr_flex_contexts cont2
635: WHERE
636: col2.application_id = 401 and
637: col2.descriptive_flexfield_name = 'MTL_LOT_NUMBERS' and

Line 649: FROM fnd_descr_flex_column_usages col,

645:
646: SELECT col.descriptive_flex_context_code,
647: col.application_column_name,
648: col.end_user_column_name
649: FROM fnd_descr_flex_column_usages col,
650: fnd_descr_flex_contexts cont
651: WHERE
652: col.application_id = 551 and
653: col.descriptive_flexfield_name = 'LOTS_FLEX' and