DBA Data[Home] [Help]

APPS.IGW_BUDGETS_PVT dependencies on IGW_BUDGET_DETAILS_CAL_AMTS

Line 32: delete from igw_budget_details_cal_amts

28: delete from igw_budget_personnel_details
29: where proposal_id = p_proposal_id
30: and version_id = p_version_id;
31:
32: delete from igw_budget_details_cal_amts
33: where proposal_id = p_proposal_id
34: and version_id = p_version_id;
35:
36: delete from igw_budget_details

Line 62: delete from igw_budget_details_cal_amts

58: where proposal_id = p_proposal_id
59: and version_id = p_version_id
60: and budget_period_id = p_budget_period_id;
61:
62: delete from igw_budget_details_cal_amts
63: where proposal_id = p_proposal_id
64: and version_id = p_version_id
65: and budget_period_id = p_budget_period_id;
66:

Line 82: delete from igw_budget_details_cal_amts

78:
79: delete from igw_budget_personnel_details
80: where line_item_id = p_line_item_id;
81:
82: delete from igw_budget_details_cal_amts
83: where line_item_id = p_line_item_id;
84:
85: elsif p_delete_level = 'BUDGET_PERSONNEL' then
86: