DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on CST_CG_ITEM_COSTS_VIEW

Line 2213: cst_cg_item_costs_view ccicv --PJMSTD

2209: cost_element_id,
2210: level_type,
2211: layer_id
2212: ) temp,
2213: cst_cg_item_costs_view ccicv --PJMSTD
2214: WHERE mcacd.transaction_id = p_transaction_id
2215: AND mcacd.organization_id = p_organization_id
2216: AND mcacd.inventory_item_id = p_inventory_item_id
2217: AND mcacd.actual_cost <> 0

Line 2460: cst_cg_item_costs_view ccicv

2456: 'P' transaction_status_code,
2457: mcacd.cost_element_id cost_element_id,
2458: p_denom_currency_code denom_currency_code
2459: FROM mtl_cst_actual_cost_details mcacd,
2460: cst_cg_item_costs_view ccicv
2461: WHERE mcacd.transaction_id = p_transaction_id
2462: AND mcacd.organization_id = p_organization_id
2463: AND mcacd.inventory_item_id = p_inventory_item_id
2464: AND mcacd.actual_cost <> 0

Line 2536: cst_cg_item_costs_view ccicv

2532: mcacd.cost_element_id cost_element_id,
2533: p_denom_currency_code denom_currency_code
2534: FROM mtl_cst_actual_cost_details mcacd,
2535: cst_cost_elem_exp_types cceet,
2536: cst_cg_item_costs_view ccicv
2537: WHERE mcacd.transaction_id = p_transaction_id
2538: AND mcacd.organization_id = p_organization_id
2539: AND mcacd.inventory_item_id = p_inventory_item_id
2540: AND mcacd.payback_variance_amount <> 0