DBA Data[Home] [Help]

APPS.PA_PURGE_COSTING dependencies on PA_EXPENDITURES_AR

Line 3877: x_err_stage := 'PA_Expenditures1: Before insert into PA_Expenditures_AR' ;

3873: -- in the commit size.
3874:
3875: l_commit_size := p_commit_size / 2 ;
3876:
3877: x_err_stage := 'PA_Expenditures1: Before insert into PA_Expenditures_AR' ;
3878: insert into PA_Expenditures_AR
3879: (
3880: Expenditure_Id,
3881: Last_Update_Date,

Line 3878: insert into PA_Expenditures_AR

3874:
3875: l_commit_size := p_commit_size / 2 ;
3876:
3877: x_err_stage := 'PA_Expenditures1: Before insert into PA_Expenditures_AR' ;
3878: insert into PA_Expenditures_AR
3879: (
3880: Expenditure_Id,
3881: Last_Update_Date,
3882: Last_Updated_By,

Line 4008: pa_expenditures_ar x2

4004: delete from pa_expenditures_all x
4005: where (x.rowid ) in
4006: ( select x1.rowid
4007: from pa_expenditures_all x1,
4008: pa_expenditures_ar x2
4009: where x2.expenditure_id = x1.expenditure_id
4010: and x2.purge_project_id = p_project_id
4011: ) ;
4012: