DBA Data[Home] [Help]

APPS.PA_ALLOC_RUN dependencies on PA_EXPENDITURE_ITEMS

Line 9733: delete from pa_expenditure_items

9729: v_tgt_exp_group := v_batch_name||run_rec.target_exp_type_class||to_char(v_interface_id);
9730: v_off_exp_group := v_batch_name||run_rec.offset_exp_type_class||to_char(v_interface_id);
9731: If v_import_failed ='Y' then
9732: For exp_rec in C_expenditure LOOP
9733: delete from pa_expenditure_items
9734: where expenditure_id = exp_rec.expenditure_id ;
9735: delete from pa_expenditures
9736: where expenditure_id = exp_rec.expenditure_id ;
9737: END LOOP ;