DBA Data[Home] [Help]

APPS.MRP_SELECT_ALL_FOR_RELEASE_PUB dependencies on STANDARD

Line 1435: -- Standard Costing Organization

1431: from mtl_parameters
1432: where
1433: organization_id = X_ORG_ID;
1434: if( V_COST_METHOD = 1 ) then
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,