DBA Data[Home] [Help]

APPS.PA_PURGE_PJR_TXNS dependencies on PA_PROJECT_PARTIES_AR

Line 2791: pa_debug.debug('Inserting Records into PA_project_parties_AR table ') ;

2787: FOR I in p_assignment_id_tab.FIRST .. p_assignment_id_tab.LAST LOOP
2788: l_assignment_id :=p_assignment_id_tab(I);
2789:
2790: IF p_archive_flag='Y' THEN
2791: pa_debug.debug('Inserting Records into PA_project_parties_AR table ') ;
2792: x_err_stage := 'Inserting Records into pa_project_parties_AR table for assignment id '||to_char(l_assignment_id);
2793:
2794: INSERT INTO PA_PROJECT_PARTIES_AR
2795: (PURGE_BATCH_ID,

Line 2792: x_err_stage := 'Inserting Records into pa_project_parties_AR table for assignment id '||to_char(l_assignment_id);

2788: l_assignment_id :=p_assignment_id_tab(I);
2789:
2790: IF p_archive_flag='Y' THEN
2791: pa_debug.debug('Inserting Records into PA_project_parties_AR table ') ;
2792: x_err_stage := 'Inserting Records into pa_project_parties_AR table for assignment id '||to_char(l_assignment_id);
2793:
2794: INSERT INTO PA_PROJECT_PARTIES_AR
2795: (PURGE_BATCH_ID,
2796: PURGE_RELEASE,

Line 2794: INSERT INTO PA_PROJECT_PARTIES_AR

2790: IF p_archive_flag='Y' THEN
2791: pa_debug.debug('Inserting Records into PA_project_parties_AR table ') ;
2792: x_err_stage := 'Inserting Records into pa_project_parties_AR table for assignment id '||to_char(l_assignment_id);
2793:
2794: INSERT INTO PA_PROJECT_PARTIES_AR
2795: (PURGE_BATCH_ID,
2796: PURGE_RELEASE,
2797: PURGE_PROJECT_ID,
2798: PROJECT_PARTY_ID,