DBA Data[Home] [Help]

APPS.MRP_EPI dependencies on CST_COST_TYPES

Line 367: FROM cst_cost_types cct,

363: RETURN NUMBER IS
364:
365: CURSOR COST_C IS
366: SELECT NVL(cst.item_cost,0)
367: FROM cst_cost_types cct,
368: mtl_parameters mtl,
369: cst_item_costs cst
370: WHERE (cst.cost_type_id = cct.cost_type_id
371: OR (cst.cost_type_id = cct.default_cost_type_id

Line 404: FROM cst_cost_types cct,

400: SELECT NVL(cst.tl_resource,0)
401: + NVL(cst.tl_overhead,0)
402: + NVL(cst.tl_material_overhead,0)
403: + NVL(cst.tl_outside_processing,0)
404: FROM cst_cost_types cct,
405: mtl_parameters mtl,
406: cst_item_costs cst
407: WHERE (cst.cost_type_id = cct.cost_type_id
408: OR (cst.cost_type_id = cct.default_cost_type_id