DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on WIP_DEF_CAT_ACC_CLASSES

Line 1440: wip_def_cat_acc_classes wdcac

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
1444: mic.organization_id = X_ORG_ID and

Line 1508: wip_def_cat_acc_classes wdcac

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
1512: mic.organization_id = X_ORG_ID and

Line 1562: -- in mrp_project_parameters or wip_def_cat_acc_classes

1558: end if;
1559: else
1560: return(NULL);
1561: -- Project Id is defined but no class defined
1562: -- in mrp_project_parameters or wip_def_cat_acc_classes
1563: end if;
1564:
1565: exception
1566: when NO_DATA_FOUND then