DBA Data[Home] [Help]

APPS.PA_PURGE_UNASGN_FI dependencies on PA_PURGE_BATCHES_S

Line 54: select pa_purge_batches_s.nextval into l_purge_batch_id from dual;

50:
51: arpr_log(' About to purge unassigned time forecast items ') ;
52: x_err_stage := 'About to start purge unassigned time forecast items' ;
53:
54: select pa_purge_batches_s.nextval into l_purge_batch_id from dual;
55:
56: arpr_log(' l_purge_batch_id: '||l_purge_batch_id);
57:
58: OPEN CUR_forecast_items;