DBA Data[Home] [Help]

APPS.INV_OPM_LOT_MIGRATION dependencies on FND_DESCR_FLEX_COLUMN_USAGES

Line 527: FROM fnd_descr_flex_column_usages col,

523:
524: SELECT col.descriptive_flex_context_code,
525: col.application_column_name,
526: col.end_user_column_name
527: FROM fnd_descr_flex_column_usages col,
528: fnd_descr_flex_contexts cont
529: WHERE
530: col.application_id = 551 and
531: col.descriptive_flexfield_name = 'LOTS_FLEX' and

Line 539: FROM fnd_descr_flex_column_usages col2,

535: col.descriptive_flex_context_code = cont.descriptive_flex_context_code and
536: cont.enabled_flag = 'Y' and
537: col.application_column_name in (
538: SELECT col2.application_column_name
539: FROM fnd_descr_flex_column_usages col2,
540: fnd_descr_flex_contexts cont2
541: WHERE
542: col2.application_id = 401 and
543: col2.descriptive_flexfield_name = 'MTL_LOT_NUMBERS' and

Line 555: FROM fnd_descr_flex_column_usages col,

551:
552: SELECT col.descriptive_flex_context_code,
553: col.application_column_name,
554: col.end_user_column_name
555: FROM fnd_descr_flex_column_usages col,
556: fnd_descr_flex_contexts cont
557: WHERE
558: col.application_id = 551 and
559: col.descriptive_flexfield_name = 'LOTS_FLEX' and