DBA Data[Home] [Help]

APPS.PA_EXPENDITURES_PKG dependencies on PA_EXPENDITURE_ITEMS_PKG

Line 252: pa_expenditure_items_pkg.delete_row (items_rec.expenditure_item_id);

248: fetch items into items_rec;
249: if (items%notfound) then
250: exit;
251: else
252: pa_expenditure_items_pkg.delete_row (items_rec.expenditure_item_id);
253: end if;
254: END LOOP;
255:
256: delete from pa_expenditures