DBA Data[Home] [Help]

APPS.PON_CONTERMS_UTL_PVT dependencies on XLE_UTILITIES_GRP

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

2488: message => 'BEGIN: p_org_id = ' || p_org_id);
2489: END IF;
2490: END IF;
2491:
2492: l_legal_entity_id := xle_utilities_grp.get_defaultlegalcontext_ou(p_org_id);
2493:
2494:
2495: IF (g_fnd_debug = 'Y') THEN
2496: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.g_current_runtime_level) THEN

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

2507: IF (g_fnd_debug = 'Y') THEN
2508: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
2509: FND_LOG.string( log_level => FND_LOG.level_exception,
2510: module => g_module_prefix || l_api_name,
2511: message => 'Exception occured while calling xle_utilities_grp get_defaultlegalcontext_ou function with input org-id as :'
2512: || p_org_id
2513: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
2514: END IF;
2515: END IF;

Line 2536: LegalEntity_Rec XLE_UTILITIES_GRP.LegalEntity_Rec;

2532: x_return_status VARCHAR2(2);
2533: x_msg_data VARCHAR2(100);
2534: x_msg_count NUMBER;
2535:
2536: LegalEntity_Rec XLE_UTILITIES_GRP.LegalEntity_Rec;
2537: l_legal_entity_name VARCHAR2(200);
2538:
2539: BEGIN
2540:

Line 2550: XLE_UTILITIES_GRP.Get_LegalEntity_Info (x_return_status,

2546: END IF;
2547: END IF;
2548:
2549: --call to XLE API to get the legal entity info.
2550: XLE_UTILITIES_GRP.Get_LegalEntity_Info (x_return_status,
2551: x_msg_count,
2552: x_msg_data,
2553: NULL,
2554: XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(p_org_id),

Line 2554: XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(p_org_id),

2550: XLE_UTILITIES_GRP.Get_LegalEntity_Info (x_return_status,
2551: x_msg_count,
2552: x_msg_data,
2553: NULL,
2554: XLE_UTILITIES_GRP.Get_DefaultLegalContext_OU(p_org_id),
2555: LegalEntity_Rec);
2556:
2557: l_legal_entity_name := LegalEntity_Rec.NAME;
2558:

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

2571: IF (g_fnd_debug = 'Y') THEN
2572: IF (FND_LOG.LEVEL_EXCEPTION >= FND_LOG.g_current_runtime_level) THEN
2573: FND_LOG.string( log_level => FND_LOG.level_exception,
2574: module => g_module_prefix || l_api_name,
2575: message => 'Exception occured while calling xle_utilities_grp get_defaultlegalcontext_ou function with input org-id as :'
2576: || p_org_id
2577: || ' Error Number :' || SQLCODE || ' Exception Message :' || SUBSTR(SQLERRM, 1, 200) );
2578: END IF;
2579: END IF;