DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on XLE_UTILITIES_GRP

Line 2390: l_legal_entity_id := xle_utilities_grp.get_defaultlegalcontext_ou(p_org_id);

2386: message => 'BEGIN: p_org_id = ' || p_org_id);
2387: END IF;
2388: END IF;
2389:
2390: l_legal_entity_id := xle_utilities_grp.get_defaultlegalcontext_ou(p_org_id);
2391:
2392:
2393: IF (g_fnd_debug = 'Y') THEN
2394: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.g_current_runtime_level) THEN

Line 2409: message => 'Exception occured while calling xle_utilities_grp get_defaultlegalcontext_ou function with input org-id as :'

2405: IF (g_fnd_debug = 'Y') THEN
2406: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
2407: FND_LOG.string( log_level => FND_LOG.level_exception,
2408: module => g_module_prefix || l_api_name,
2409: message => 'Exception occured while calling xle_utilities_grp get_defaultlegalcontext_ou function with input org-id as :'
2410: || p_org_id
2411: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
2412: END IF;
2413: END IF;