DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_ERR_PKG dependencies on XLA_ACCOUNTING_ERRORS

Line 22: | name in xla_accounting_errors. |

18: | error_count' |
19: | 12/12/2002 S. Singhania Added more calls to 'xla_utitlity_pkg. |
20: | trace' routine to help debug. |
21: | 01/03/2003 S. Singhania Minor changes due to change in column |
22: | name in xla_accounting_errors. |
23: | (ae_line_number => ae_line_num) |
24: | 05/21/2003 S. Singhania Added more trace messages in exception |
25: | handlers |
26: | Added local trace routine. |

Line 1593: INSERT INTO xla_accounting_errors

1589: END IF;
1590:
1591: IF g_error_index > 0 THEN
1592: FOR i IN g_accounting_errors.FIRST..g_accounting_errors.LAST LOOP
1593: INSERT INTO xla_accounting_errors
1594: (accounting_error_id
1595: ,application_id
1596: ,event_id
1597: ,entity_id

Line 1614: VALUES (xla_accounting_errors_s.nextval

1610: ,program_update_date
1611: ,program_application_id
1612: ,program_id
1613: ,request_id)
1614: VALUES (xla_accounting_errors_s.nextval
1615: ,g_accounting_errors(i).application_id
1616: ,g_accounting_errors(i).event_id
1617: ,g_accounting_errors(i).entity_id
1618: ,g_accounting_errors(i).ledger_id