DBA Data[Home] [Help]

APPS.PA_PURGE_PJR_TXNS dependencies on PA_ACTION_SET_LINES_AR

Line 3083: pa_debug.debug('Inserting Records into pa_action_set_lines_AR table ') ;

3079: The value will increase for each loop*/
3080:
3081: l_nos_action_sets_inserted := l_nos_action_sets_inserted + SQL%ROWCOUNT;
3082:
3083: pa_debug.debug('Inserting Records into pa_action_set_lines_AR table ') ;
3084: x_err_stage := 'Inserting Records into pa_action_setl_lines_AR table for action set id '||to_char(l_action_set_id) ;
3085:
3086:
3087: INSERT INTO PA_ACTION_SET_LINES_AR

Line 3087: INSERT INTO PA_ACTION_SET_LINES_AR

3083: pa_debug.debug('Inserting Records into pa_action_set_lines_AR table ') ;
3084: x_err_stage := 'Inserting Records into pa_action_setl_lines_AR table for action set id '||to_char(l_action_set_id) ;
3085:
3086:
3087: INSERT INTO PA_ACTION_SET_LINES_AR
3088: ( PURGE_BATCH_ID,
3089: PURGE_RELEASE,
3090: PURGE_PROJECT_ID,
3091: ACTION_SET_LINE_ID,