DBA Data[Home] [Help]

APPS.IGW_BUDGETS_PVT dependencies on IGW_PROP_RATES

Line 44: delete from igw_prop_rates

40: delete from igw_budget_periods
41: where proposal_id = p_proposal_id
42: and version_id = p_version_id;
43:
44: delete from igw_prop_rates
45: where proposal_id = p_proposal_id
46: and version_id = p_version_id;
47:
48: elsif p_delete_level = 'BUDGET_PERIOD' then