DBA Data[Home] [Help]

APPS.PA_PURGE_PJR_TXNS dependencies on PA_ACTN_SETLN_AUD_AR

Line 3210: INSERT INTO PA_ACTN_SETLN_AUD_AR

3206:
3207: pa_debug.debug('Inserting Records into pa_action_set_lines_audit table ') ;
3208: x_err_stage := 'Inserting Records into pa_action_set_lines_audit table for lines of action set id '||to_char(l_action_set_id) ;
3209:
3210: INSERT INTO PA_ACTN_SETLN_AUD_AR
3211: ( PURGE_BATCH_ID,
3212: PURGE_RELEASE,
3213: PURGE_PROJECT_ID,
3214: ACTION_SET_LINE_ID,

Line 3352: /* 'PA_ACTN_SETLN_AUD_AR', bug 2480653 */

3348: ) ;
3349:
3350: pa_purge.CommitProcess(p_purge_batch_id,
3351: p_project_id,
3352: /* 'PA_ACTN_SETLN_AUD_AR', bug 2480653 */
3353: 'PA_ACTION_SET_LINE_AUD',
3354: l_nos_lines_aud_inserted,
3355: l_nos_lines_aud_deleted,
3356: x_err_code,