DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on CST_COST_TYPES

Line 661: FROM cst_cost_types

657:
658: BEGIN
659: SELECT cost_type
660: INTO l_cost_type
661: FROM cst_cost_types
662: WHERE cost_type_id = 8;
663: EXCEPTION
664: WHEN NO_DATA_FOUND THEN
665: DPP_UTILITY_PVT.debug_message('The cost type DPPCost is not setup.');