DBA Data[Home] [Help]

APPS.DPP_ITEMCOST_PVT dependencies on CST_COST_TYPES

Line 659: FROM cst_cost_types

655:
656: BEGIN
657: SELECT cost_type
658: INTO l_cost_type
659: FROM cst_cost_types
660: WHERE cost_type_id = 8;
661: EXCEPTION
662: WHEN NO_DATA_FOUND THEN
663: dpp_utility_pvt.debug_message(FND_LOG.LEVEL_STATEMENT, l_module, 'The cost type DPPCost is not setup.');