DBA Data[Home] [Help]

APPS.OE_ITORD_PUB dependencies on MTL_DEFAULT_CATEGORY_SETS

Line 892: mtl_default_category_sets cs,

888: begin
889: SELECT 'Y'
890: INTO l_exists
891: FROM mtl_item_categories ic,
892: mtl_default_category_sets cs,
893: oe_item_orderability oei
894: WHERE ic.category_set_id=cs.category_set_id
895: AND cs.functional_area_id = 7
896: AND ic.organization_id = oe_sys_parameters.Value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id)

Line 957: mtl_default_category_sets cs,

953:
954: SELECT 'Y'
955: into l_exists
956: FROM mtl_item_categories ic,
957: mtl_default_category_sets cs,
958: oe_item_orderability oei
959: WHERE ic.category_set_id=cs.category_set_id
960: AND cs.functional_area_id = 7
961: AND ic.organization_id=oe_sys_parameters.Value('MASTER_ORGANIZATION_ID',p_Item_Orderability_Import_Rec.org_id)