DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MFG_LOOKUPS

Line 509: mfg_lookups l

505: BEGIN
506: SELECT functional_area_id, category_set_id
507: INTO l_functional_area_id, l_category_set_id
508: FROM mtl_default_category_sets s,
509: mfg_lookups l
510: WHERE
511: l.lookup_type = 'MTL_FUNCTIONAL_AREAS' and
512: l.meaning = 'Process '|| decode (c.user_opm_class, 'General Ledger Class',
513: 'GL Class', 'GL Product Line', 'Product Line',