DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on MTL_ITEM_CATEGORIES

Line 1439: from mtl_default_category_sets mdcs, mtl_item_categories mic,

1435: -- Standard Costing Organization
1436: begin
1437: select wdcac.std_discrete_class, wdcac.repetitive_assy_class
1438: into V_DISC_CLASS, V_REP_CLASS
1439: from mtl_default_category_sets mdcs, mtl_item_categories mic,
1440: wip_def_cat_acc_classes wdcac
1441: where
1442: mdcs.functional_area_id = V_PRODUCT_LINE and
1443: mdcs.category_set_id = mic.category_set_id and

Line 1507: from mtl_default_category_sets mdcs, mtl_item_categories mic,

1503:
1504: begin
1505: select wdcac.std_discrete_class
1506: into V_DISC_CLASS
1507: from mtl_default_category_sets mdcs, mtl_item_categories mic,
1508: wip_def_cat_acc_classes wdcac
1509: where
1510: mdcs.functional_area_id = V_PRODUCT_LINE and
1511: mdcs.category_set_id = mic.category_set_id and