DBA Data[Home] [Help]

APPS.IGW_GENERATE_PERIODS dependencies on IGW_BUDGETS

Line 169: from igw_budgets

165: select apply_inflation_setup_rates
166: , apply_eb_setup_rates
167: , apply_oh_setup_rates
168: , enter_budget_at_period_level
169: from igw_budgets
170: where proposal_id = p_proposal_id
171: and version_id = p_version_id;
172:
173:

Line 1030: update igw_budgets

1026: where proposal_id = p_proposal_id
1027: and version_id = p_version_id;
1028:
1029:
1030: update igw_budgets
1031: set total_cost = l_total_cost
1032: , total_direct_cost = l_total_direct_cost
1033: , total_indirect_cost = l_total_indirect_cost
1034: , cost_sharing_amount = l_cost_sharing_amt

Line 1882: update igw_budgets

1878: where proposal_id = p_proposal_id
1879: and version_id = p_version_id;
1880:
1881:
1882: update igw_budgets
1883: set total_cost = l_total_cost
1884: , total_direct_cost = l_total_direct_cost
1885: , total_indirect_cost = l_total_indirect_cost
1886: , cost_sharing_amount = l_cost_sharing_amt