DBA Data[Home] [Help]

APPS.CSD_COST_ANALYSIS_PVT dependencies on BOM_RESOURCES

Line 1184: FROM BOM_RESOURCES BR

1180: --Cursor to get resource UOM code for the given resource id
1181: CURSOR cur_getResUOMCode (p_bom_resource_id NUMBER)
1182: IS
1183: SELECT BR.unit_of_measure
1184: FROM BOM_RESOURCES BR
1185: WHERE BR.resource_id = p_bom_resource_id;
1186:
1187:
1188: l_api_name CONSTANT VARCHAR2(30) := 'Get_ResItemCost';