DBA Data[Home] [Help]

APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGET_OPERATIONS

Line 1040: IGW_BUDGET_OPERATIONS.recalculate_budget (

1036: , total_cost_limit = l_total_cost_limit
1037: where proposal_id = p_proposal_id
1038: and version_id = p_version_id;
1039:
1040: IGW_BUDGET_OPERATIONS.recalculate_budget (
1041: p_proposal_id => p_proposal_id
1042: ,p_version_id => p_version_id
1043: ,p_activity_type_code => p_activity_type_code
1044: ,p_oh_rate_class_id => p_oh_rate_class_id

Line 1895: IGW_BUDGET_OPERATIONS.recalculate_budget (

1891:
1892:
1893: x_return_status := 'S';
1894:
1895: IGW_BUDGET_OPERATIONS.recalculate_budget (
1896: p_proposal_id => p_proposal_id
1897: ,p_version_id => p_version_id
1898: ,p_activity_type_code => p_activity_type_code
1899: ,p_oh_rate_class_id => p_oh_rate_class_id

Line 2179: IGW_BUDGET_OPERATIONS.recalculate_budget (

2175: set calculated_cost = nvl(l_new_calculated_cost, calculated_cost)
2176: where line_item_id = p_line_item_id;
2177:
2178:
2179: IGW_BUDGET_OPERATIONS.recalculate_budget (
2180: p_proposal_id => l_proposal_id
2181: ,p_version_id => l_version_id
2182: ,p_budget_period_id => l_budget_period_id
2183: ,x_return_status => x_return_status