DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 851: mtl_default_category_sets cs,

847: begin
848: SELECT 'Y'
849: INTO l_exists
850: FROM mtl_item_categories ic,
851: mtl_default_category_sets cs,
852: oe_item_orderability oei
853: WHERE ic.category_set_id=cs.category_set_id
854: AND cs.functional_area_id = 7
855: AND ic.organization_id = oe_sys_parameters.Value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id)

Line 913: mtl_default_category_sets cs,

909:
910: SELECT 'Y'
911: into l_exists
912: FROM mtl_item_categories ic,
913: mtl_default_category_sets cs,
914: oe_item_orderability oei
915: WHERE ic.category_set_id=cs.category_set_id
916: AND cs.functional_area_id = 7
917: AND ic.organization_id=oe_sys_parameters.Value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id)