DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on PA_EXPENDITURE_ITEMS

Line 9628: delete from pa_expenditure_items

9624: v_tgt_exp_group := v_batch_name||run_rec.target_exp_type_class||to_char(v_interface_id);
9625: v_off_exp_group := v_batch_name||run_rec.offset_exp_type_class||to_char(v_interface_id);
9626: If v_import_failed ='Y' then
9627: For exp_rec in C_expenditure LOOP
9628: delete from pa_expenditure_items
9629: where expenditure_id = exp_rec.expenditure_id ;
9630: delete from pa_expenditures
9631: where expenditure_id = exp_rec.expenditure_id ;
9632: END LOOP ;