DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on CST_CG_ITEM_COSTS_VIEW

Line 2152: cst_cg_item_costs_view ccicv --PJMSTD

2148: cost_element_id,
2149: level_type,
2150: layer_id
2151: ) temp,
2152: cst_cg_item_costs_view ccicv --PJMSTD
2153: WHERE mcacd.transaction_id = p_transaction_id
2154: AND mcacd.organization_id = p_organization_id
2155: AND mcacd.inventory_item_id = p_inventory_item_id
2156: AND mcacd.actual_cost <> 0

Line 2399: cst_cg_item_costs_view ccicv

2395: 'P' transaction_status_code,
2396: mcacd.cost_element_id cost_element_id,
2397: p_denom_currency_code denom_currency_code
2398: FROM mtl_cst_actual_cost_details mcacd,
2399: cst_cg_item_costs_view ccicv
2400: WHERE mcacd.transaction_id = p_transaction_id
2401: AND mcacd.organization_id = p_organization_id
2402: AND mcacd.inventory_item_id = p_inventory_item_id
2403: AND mcacd.actual_cost <> 0

Line 2475: cst_cg_item_costs_view ccicv

2471: mcacd.cost_element_id cost_element_id,
2472: p_denom_currency_code denom_currency_code
2473: FROM mtl_cst_actual_cost_details mcacd,
2474: cst_cost_elem_exp_types cceet,
2475: cst_cg_item_costs_view ccicv
2476: WHERE mcacd.transaction_id = p_transaction_id
2477: AND mcacd.organization_id = p_organization_id
2478: AND mcacd.inventory_item_id = p_inventory_item_id
2479: AND mcacd.payback_variance_amount <> 0