DBA Data[Home] [Help]

APPS.XLA_UPDATE_INVAL_CCID dependencies on XLA_EVENTS

Line 328: UPDATE xla_events

324: print_logfile ( 'No. of Related xla_ae_headers Records '
325: || SQL%ROWCOUNT
326: );
327: FORALL l IN l_event_id.FIRST .. l_event_id.LAST
328: UPDATE xla_events
329: SET event_status_code = 'U',
330: process_status_code = 'I'
331: WHERE application_id = p_application_id
332: AND event_id = l_event_id (l);

Line 333: print_logfile ('No. of xla_events Records ' || SQL%ROWCOUNT);

329: SET event_status_code = 'U',
330: process_status_code = 'I'
331: WHERE application_id = p_application_id
332: AND event_id = l_event_id (l);
333: print_logfile ('No. of xla_events Records ' || SQL%ROWCOUNT);
334: END IF;
335:
336: ----------------------------------------------------------------------------
337: -- Building the error message of the ccid invalid with the psft validation