DBA Data[Home] [Help]

APPS.FV_UTILITY dependencies on XLA_EVENTS_PUB_PKG

Line 1043: fnd_file.put_line(fnd_file.log,'Calling XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENT ');

1039: FORALL i IN 1..l_event_count
1040: INSERT INTO XLA_EVENTS_INT_GT
1041: VALUES l_events_tab(i) ;
1042: fnd_file.put_line(fnd_file.log,' # of rows inserted into xla_events_int_gt table: ' || l_event_count);
1043: fnd_file.put_line(fnd_file.log,'Calling XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENT ');
1044:
1045: XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENTS(p_application_id => 8901);
1046:
1047: fnd_file.put_line(fnd_file.log,'After Deletion of Federal Unprocessed Events');

Line 1045: XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENTS(p_application_id => 8901);

1041: VALUES l_events_tab(i) ;
1042: fnd_file.put_line(fnd_file.log,' # of rows inserted into xla_events_int_gt table: ' || l_event_count);
1043: fnd_file.put_line(fnd_file.log,'Calling XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENT ');
1044:
1045: XLA_EVENTS_PUB_PKG.DELETE_BULK_EVENTS(p_application_id => 8901);
1046:
1047: fnd_file.put_line(fnd_file.log,'After Deletion of Federal Unprocessed Events');
1048: fnd_file.put_line(fnd_file.log,'The following Federal BC unprocessed/Error events have been deleted');
1049: fnd_file.put_line(fnd_file.log ,'Event ID Event Status Code Process Status Code');