[Home] [Help]
951: G_PROPOSAL_ID := p_proposal_id;
952: G_VERSION_ID := l_version_id;
953:
954:
955: delete from igw_report_itemized_budget
956: where p_proposal_form_number = p_proposal_form_number
957: and proposal_id = p_proposal_id
958: and version_id = l_version_id
959: and proposal_form_number = p_proposal_form_number;
973: end if;
974: END LOOP; --rec_itemized_budget
975:
976: if l_expenditure_description is not null then
977: insert into igw_report_itemized_budget ( proposal_id
978: ,version_id
979: ,budget_period_id
980: ,proposal_budget_category
981: ,expenditure_description