DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_ERR_PKG dependencies on FND_PROFILE

Line 1516: g_application_id := NVL(p_application_id,NVL(g_application_id,fnd_profile.value('RESP_APPL_ID')));

1512: g_client_id := p_client_id;
1513: g_error_limit := p_error_limit;
1514: g_error_source := p_error_source;
1515: g_request_id := NVL(p_request_id,NVL(g_request_id,xla_environment_pkg.g_req_id));
1516: g_application_id := NVL(p_application_id,NVL(g_application_id,fnd_profile.value('RESP_APPL_ID')));
1517: g_error_count := 0;
1518: g_warning_count := 0;
1519:
1520: reset;