DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 6797: xla_environment_pkg.g_chr_newline||

6793:
6794: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
6795: trace
6796: (p_msg => 'Technical problem : Problem encountered in sequencing BATCH_INIT.'||
6797: xla_environment_pkg.g_chr_newline||
6798: l_sqlerrm
6799: ,p_level => C_LEVEL_EXCEPTION
6800: ,p_module => l_log_module);
6801: END IF;

Line 6820: xla_environment_pkg.g_chr_newline||

6816: ,p_token_1 => 'LOCATION'
6817: ,p_value_1 => 'xla_accounting_pkg.sequencing_batch_init'
6818: ,p_token_2 => 'ERROR'
6819: ,p_value_2 => 'Technical problem : Problem encountered in sequencing BATCH_INIT.'||
6820: xla_environment_pkg.g_chr_newline||
6821: l_sqlerrm);
6822: END;
6823:
6824: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

Line 7486: xla_environment_pkg.g_chr_newline||

7482:
7483: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
7484: trace
7485: (p_msg => 'Technical problem : Problem encountered in sequencing POPULATE_ACCT_SEQ_INFO.'||
7486: xla_environment_pkg.g_chr_newline||
7487: l_sqlerrm
7488: ,p_level => C_LEVEL_EXCEPTION
7489: ,p_module => l_log_module);
7490: END IF;

Line 7509: xla_environment_pkg.g_chr_newline||

7505: ,p_token_1 => 'LOCATION'
7506: ,p_value_1 => 'xla_accounting_pkg.complete_entries'
7507: ,p_token_2 => 'ERROR'
7508: ,p_value_2 => 'Technical problem : Problem encountered in sequencing POPULATE_ACCT_SEQ_INFO.'||
7509: xla_environment_pkg.g_chr_newline||
7510: l_sqlerrm);
7511: END;
7512: ELSIF g_processing_mode = 'DOCUMENT' THEN
7513: print_logfile(to_char(sysdate,'DD-MON-YYYY HH24:MI:SS')||' - Calling sequencing get_sequence_number');

Line 7590: xla_environment_pkg.g_chr_newline||

7586:
7587: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
7588: trace
7589: (p_msg => 'Technical problem : Problem encountered in sequencing GET_SEQUENCE_NUMBER.'||
7590: xla_environment_pkg.g_chr_newline||
7591: l_sqlerrm
7592: ,p_level => C_LEVEL_EXCEPTION
7593: ,p_module => l_log_module);
7594: END IF;

Line 7613: xla_environment_pkg.g_chr_newline||

7609: ,p_token_1 => 'LOCATION'
7610: ,p_value_1 => 'xla_accounting_pkg.complete_entries'
7611: ,p_token_2 => 'ERROR'
7612: ,p_value_2 => 'Technical problem : Problem encountered in sequencing GET_SEQUENCE_NUMBER.'||
7613: xla_environment_pkg.g_chr_newline||
7614: l_sqlerrm);
7615: END;
7616: END LOOP;
7617:

Line 7665: ,last_updated_by = xla_environment_pkg.g_usr_id

7661: )
7662: SET event_status_code = new_event_status_code
7663: ,process_status_code = new_process_status_code
7664: ,last_update_date = sysdate
7665: ,last_updated_by = xla_environment_pkg.g_usr_id
7666: ,last_update_login = xla_environment_pkg.g_login_id
7667: ,request_id = g_report_request_id;
7668:
7669:

Line 7666: ,last_update_login = xla_environment_pkg.g_login_id

7662: SET event_status_code = new_event_status_code
7663: ,process_status_code = new_process_status_code
7664: ,last_update_date = sysdate
7665: ,last_updated_by = xla_environment_pkg.g_usr_id
7666: ,last_update_login = xla_environment_pkg.g_login_id
7667: ,request_id = g_report_request_id;
7668:
7669:
7670: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

Line 8218: xla_environment_pkg.g_chr_newline||l_sqlerrm

8214: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
8215: trace
8216: (p_msg => 'Technical problem : Exception encounterd while raising '||
8217: 'business event for '||p_event_name||
8218: xla_environment_pkg.g_chr_newline||l_sqlerrm
8219: ,p_level => C_LEVEL_EXCEPTION
8220: ,p_module => l_log_module);
8221: END IF;
8222:

Line 8241: xla_environment_pkg.g_chr_newline||l_sqlerrm);

8237: ,p_value_1 => 'xla_accounting_pkg.handle_accounting_hook'
8238: ,p_token_2 => 'ERROR'
8239: ,p_value_2 => 'Technical problem : Exception encounterd while raising '||
8240: 'busniess event for '||p_event_name||
8241: xla_environment_pkg.g_chr_newline||l_sqlerrm);
8242: END handle_accounting_hook;
8243:
8244: FUNCTION concat_event_classes
8245: (p_processing_order IN NUMBER)