DBA Data[Home] [Help]

APPS.PA_PURGE dependencies on PA_PURGE_COSTING

Line 242: pa_debug.debug('--Calling procedure pa_purge_costing.pa_costing_main_purge');

238: /* Bug#2416385 Code added for the Phase III of Archive and Purge, ends here */
239:
240: -- Call the main costing purge procedure
241: --
242: pa_debug.debug('--Calling procedure pa_purge_costing.pa_costing_main_purge');
243: pa_purge_costing.pa_costing_main_purge (
244: p_purge_batch_id => p_batch_id,
245: p_project_id => p_project_id,
246: p_purge_release => p_purge_release,

Line 243: pa_purge_costing.pa_costing_main_purge (

239:
240: -- Call the main costing purge procedure
241: --
242: pa_debug.debug('--Calling procedure pa_purge_costing.pa_costing_main_purge');
243: pa_purge_costing.pa_costing_main_purge (
244: p_purge_batch_id => p_batch_id,
245: p_project_id => p_project_id,
246: p_purge_release => p_purge_release,
247: p_txn_to_date => p_txn_to_date,

Line 470: pa_purge_costing.PA_Expenditures1(p_purge_batch_id => p_batch_id,

466: -- will be done at a later point of time
467: /*
468: pa_debug.debug('*-> About to purge expenditures ');
469: l_err_stage := 'About to purge expenditures without any expenditure items ';
470: pa_purge_costing.PA_Expenditures1(p_purge_batch_id => p_batch_id,
471: p_project_id => l_project_id,
472: p_purge_release => l_purge_release,
473: p_archive_flag => 'Y',
474: p_commit_size => p_commit_size,

Line 482: pa_purge_costing.PA_Routings1(p_purge_batch_id => p_batch_id,

478: ) ;
479:
480: pa_debug.debug('*-> About to purge routings ');
481: l_err_stage := 'About to purge routing records ';
482: pa_purge_costing.PA_Routings1(p_purge_batch_id => p_batch_id,
483: p_project_id => l_project_id,
484: p_purge_release => l_purge_release,
485: p_archive_flag => 'Y',
486: p_commit_size => p_commit_size,