DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ENVIRONMENT_PKG

Line 7175: xla_environment_pkg.g_chr_newline||

7171:
7172: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
7173: trace
7174: (p_msg => 'Technical problem : Problem encountered in sequencing BATCH_INIT.'||
7175: xla_environment_pkg.g_chr_newline||
7176: l_sqlerrm
7177: ,p_level => C_LEVEL_EXCEPTION
7178: ,p_module => l_log_module);
7179: END IF;

Line 7198: xla_environment_pkg.g_chr_newline||

7194: ,p_token_1 => 'LOCATION'
7195: ,p_value_1 => 'xla_accounting_pkg.sequencing_batch_init'
7196: ,p_token_2 => 'ERROR'
7197: ,p_value_2 => 'Technical problem : Problem encountered in sequencing BATCH_INIT.'||
7198: xla_environment_pkg.g_chr_newline||
7199: l_sqlerrm);
7200: END;
7201:
7202: IF (C_LEVEL_PROCEDURE >= g_log_level) THEN

Line 7865: xla_environment_pkg.g_chr_newline||

7861:
7862: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
7863: trace
7864: (p_msg => 'Technical problem : Problem encountered in sequencing POPULATE_ACCT_SEQ_INFO.'||
7865: xla_environment_pkg.g_chr_newline||
7866: l_sqlerrm
7867: ,p_level => C_LEVEL_EXCEPTION
7868: ,p_module => l_log_module);
7869: END IF;

Line 7888: xla_environment_pkg.g_chr_newline||

7884: ,p_token_1 => 'LOCATION'
7885: ,p_value_1 => 'xla_accounting_pkg.complete_entries'
7886: ,p_token_2 => 'ERROR'
7887: ,p_value_2 => 'Technical problem : Problem encountered in sequencing POPULATE_ACCT_SEQ_INFO.'||
7888: xla_environment_pkg.g_chr_newline||
7889: l_sqlerrm);
7890: END;
7891: ELSIF g_processing_mode = 'DOCUMENT' THEN
7892: print_logfile(to_char(sysdate,'DD-MON-YYYY HH24:MI:SS')||' - Calling sequencing get_sequence_number');

Line 7969: xla_environment_pkg.g_chr_newline||

7965:
7966: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
7967: trace
7968: (p_msg => 'Technical problem : Problem encountered in sequencing GET_SEQUENCE_NUMBER.'||
7969: xla_environment_pkg.g_chr_newline||
7970: l_sqlerrm
7971: ,p_level => C_LEVEL_EXCEPTION
7972: ,p_module => l_log_module);
7973: END IF;

Line 7992: xla_environment_pkg.g_chr_newline||

7988: ,p_token_1 => 'LOCATION'
7989: ,p_value_1 => 'xla_accounting_pkg.complete_entries'
7990: ,p_token_2 => 'ERROR'
7991: ,p_value_2 => 'Technical problem : Problem encountered in sequencing GET_SEQUENCE_NUMBER.'||
7992: xla_environment_pkg.g_chr_newline||
7993: l_sqlerrm);
7994: END;
7995: END LOOP;
7996:

Line 8047: ,last_updated_by = xla_environment_pkg.g_usr_id

8043: SET event_status_code = new_event_status_code
8044: ,process_status_code = new_process_status_code
8045: ,reference_char_4 = new_reference_char_4
8046: ,last_update_date = sysdate
8047: ,last_updated_by = xla_environment_pkg.g_usr_id
8048: ,last_update_login = xla_environment_pkg.g_login_id
8049: ,request_id = g_report_request_id;
8050:
8051:

Line 8048: ,last_update_login = xla_environment_pkg.g_login_id

8044: ,process_status_code = new_process_status_code
8045: ,reference_char_4 = new_reference_char_4
8046: ,last_update_date = sysdate
8047: ,last_updated_by = xla_environment_pkg.g_usr_id
8048: ,last_update_login = xla_environment_pkg.g_login_id
8049: ,request_id = g_report_request_id;
8050:
8051:
8052: IF (C_LEVEL_STATEMENT >= g_log_level) THEN

Line 8067: ,xe.last_updated_by = xla_environment_pkg.g_usr_id

8063: UPDATE xla_events xe
8064: SET xe.event_status_code = 'P'
8065: ,xe.process_status_code = 'P'
8066: ,xe.last_update_date = sysdate
8067: ,xe.last_updated_by = xla_environment_pkg.g_usr_id
8068: ,xe.last_update_login = xla_environment_pkg.g_login_id
8069: ,xe.request_id = g_report_request_id
8070: WHERE xe.event_id IN (SELECT xle.event_id
8071: FROM gl_ledgers glg

Line 8068: ,xe.last_update_login = xla_environment_pkg.g_login_id

8064: SET xe.event_status_code = 'P'
8065: ,xe.process_status_code = 'P'
8066: ,xe.last_update_date = sysdate
8067: ,xe.last_updated_by = xla_environment_pkg.g_usr_id
8068: ,xe.last_update_login = xla_environment_pkg.g_login_id
8069: ,xe.request_id = g_report_request_id
8070: WHERE xe.event_id IN (SELECT xle.event_id
8071: FROM gl_ledgers glg
8072: ,xla_acctg_methods_b xam

Line 8711: xla_environment_pkg.g_chr_newline||l_sqlerrm

8707: IF (C_LEVEL_EXCEPTION>= g_log_level) THEN
8708: trace
8709: (p_msg => 'Technical problem : Exception encounterd while raising '||
8710: 'business event for '||p_event_name||
8711: xla_environment_pkg.g_chr_newline||l_sqlerrm
8712: ,p_level => C_LEVEL_EXCEPTION
8713: ,p_module => l_log_module);
8714: END IF;
8715:

Line 8734: xla_environment_pkg.g_chr_newline||l_sqlerrm);

8730: ,p_value_1 => 'xla_accounting_pkg.handle_accounting_hook'
8731: ,p_token_2 => 'ERROR'
8732: ,p_value_2 => 'Technical problem : Exception encounterd while raising '||
8733: 'busniess event for '||p_event_name||
8734: xla_environment_pkg.g_chr_newline||l_sqlerrm);
8735: END handle_accounting_hook;
8736:
8737: FUNCTION concat_event_classes
8738: (p_processing_order IN NUMBER)