DBA Data[Home] [Help]

APPS.CTO_CONFIG_COST_PK dependencies on CTO_UTILITY_PK

Line 1695: CTO_UTILITY_PK.copy_cost( c_primary_cost_method

1691:
1692: lStmtNumber := 39;
1693: if( c_valuation_cost <> v_cto_cost or v_cto_cost is null ) then
1694:
1695: CTO_UTILITY_PK.copy_cost( c_primary_cost_method
1696: , v_cto_cost_type_id
1697: , c_match_config_item_id
1698: , c_organization_id
1699: ) ;

Line 1983: CTO_UTILITY_PK.copy_cost(v_primary_cost_method

1979: oe_debug_pub.add('populate_buy_cost: ' || 'v_is_cst_updatable is false. So frozen cost is not updatable. Updating Cto cost with frozen cost');
1980: END IF;
1981: -- Update CTO cost with Frozen cost
1982: --
1983: CTO_UTILITY_PK.copy_cost(v_primary_cost_method
1984: , v_cto_cost_type_id
1985: , c_config_item_id
1986: , c_organization_id
1987: );

Line 2977: CTO_UTILITY_PK.copy_cost(v_primary_cost_method

2973: oe_debug_pub.add('Cost_Rollup_ML: ' || 'v_is_cst_updatable = FALSE, so updating CTO cost with Frozen cost');
2974: END IF;
2975: -- Update CTO cost with Frozen cost
2976: --
2977: CTO_UTILITY_PK.copy_cost(v_primary_cost_method
2978: , v_cto_cost_type_id
2979: , c_config_item_id
2980: , c_organization_id
2981: );