DBA Data[Home] [Help]

APPS.PA_PURGE_COSTING dependencies on PA_EXPENDITURES_AR

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

3869: -- in the commit size.
3870:
3871: l_commit_size := p_commit_size / 2 ;
3872:
3873: x_err_stage := 'PA_Expenditures1: Before insert into PA_Expenditures_AR' ;
3874: insert into PA_Expenditures_AR
3875: (
3876: Expenditure_Id,
3877: Last_Update_Date,

Line 3874: insert into PA_Expenditures_AR

3870:
3871: l_commit_size := p_commit_size / 2 ;
3872:
3873: x_err_stage := 'PA_Expenditures1: Before insert into PA_Expenditures_AR' ;
3874: insert into PA_Expenditures_AR
3875: (
3876: Expenditure_Id,
3877: Last_Update_Date,
3878: Last_Updated_By,

Line 4004: pa_expenditures_ar x2

4000: delete from pa_expenditures_all x
4001: where (x.rowid ) in
4002: ( select x1.rowid
4003: from pa_expenditures_all x1,
4004: pa_expenditures_ar x2
4005: where x2.expenditure_id = x1.expenditure_id
4006: and x2.purge_project_id = p_project_id
4007: ) ;
4008: