DBA Data[Home] [Help]

APPS.INV_GMI_MIGRATION dependencies on MFG_LOOKUPS

Line 470: mfg_lookups l

466: BEGIN
467: SELECT functional_area_id, category_set_id
468: INTO l_functional_area_id, l_category_set_id
469: FROM mtl_default_category_sets s,
470: mfg_lookups l
471: WHERE
472: l.lookup_type = 'MTL_FUNCTIONAL_AREAS' and
473: l.meaning = 'Process '|| decode (c.user_opm_class, 'General Ledger Class',
474: 'GL Class', 'GL Product Line', 'Product Line',