DBA Data[Home] [Help]

APPS.INVUPD2B dependencies on MTL_CATEGORY_SETS

Line 6108: from mtl_category_sets s

6104: -1,
6105: sysdate,
6106: -1,
6107: rec.organization_id
6108: from mtl_category_sets s
6109: where s.category_set_id in
6110: ( select d.category_set_id
6111: from mtl_default_category_sets d
6112: where (d.functional_area_id =

Line 6206: from mtl_category_sets s,

6202: -1,
6203: sysdate,
6204: -1,
6205: mp.organization_id
6206: from mtl_category_sets s,
6207: mtl_parameters mp
6208: where mp.master_organization_id = (select master_organization_id
6209: FROM mtl_parameters m
6210: where m.organization_id = rec.organization_id)

Line 6282: from mtl_category_sets s

6278: -1,
6279: sysdate,
6280: -1,
6281: rec.organization_id
6282: from mtl_category_sets s
6283: where s.default_category_id IS NOT NULL --Bug: 2801594
6284: and s.category_set_id in
6285: ( select d.category_set_id
6286: from mtl_default_category_sets d