DBA Data[Home] [Help]

APPS.PROJECT_MFG dependencies on CST_ITEM_COST_DETAILS

Line 22: CST_ITEM_COST_DETAILS cicd

18: br.expenditure_type
19: into l_expend_type
20: from
21: BOM_RESOURCES br,
22: CST_ITEM_COST_DETAILS cicd
23: where
24: cicd.inventory_item_id = I_ITEM_ID and
25: cicd.organization_id = I_ORG_ID and
26: cicd.cost_type_id = nvl(I_RATES_COST_TYPE_ID,-1) and