DBA Data[Home] [Help]

APPS.PA_PURGE_PJR_TXNS dependencies on PA_ACTN_SET_LN_COND_AR

Line 3151: INSERT INTO PA_ACTN_SET_LN_COND_AR

3147:
3148: pa_debug.debug('Inserting Records into pa_action_set_line_cond_AR table ') ;
3149: x_err_stage := 'Inserting Records into pa_action_set_line__cond_AR table for lines of action set id '||to_char(l_action_set_id) ;
3150:
3151: INSERT INTO PA_ACTN_SET_LN_COND_AR
3152: ( PURGE_BATCH_ID,
3153: PURGE_RELEASE,
3154: PURGE_PROJECT_ID,
3155: ACTION_SET_LINE_ID,

Line 3341: /* 'PA_ACTN_SET_LN_COND_AR', bug 2480653 */

3337: ) ;
3338:
3339: pa_purge.CommitProcess(p_purge_batch_id,
3340: p_project_id,
3341: /* 'PA_ACTN_SET_LN_COND_AR', bug 2480653 */
3342: 'PA_ACTION_SET_LINE_COND',
3343: l_nos_lines_cond_inserted,
3344: l_nos_lines_cond_deleted,
3345: x_err_code,