DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on CST_ELEMENTAL_COSTS

Line 877: INSERT INTO cst_elemental_costs

873: END IF;
874:
875: lStmtNumber := 260;
876:
877: INSERT INTO cst_elemental_costs
878: (cost_update_id,
879: organization_id,
880: inventory_item_id,
881: cost_element_id,

Line 908: oe_debug_pub.add('copy_ctocost_to_frozen: ' || 'after insert:cst_elemental_costs ' || sql%rowcount ,2);

904: AND cost_type_id = 1
905: GROUP BY cost_element_id;
906:
907: IF PG_DEBUG <> 0 THEN
908: oe_debug_pub.add('copy_ctocost_to_frozen: ' || 'after insert:cst_elemental_costs ' || sql%rowcount ,2);
909: END IF;
910: --End Bugfix 6363308
911:
912: