DBA Data[Home] [Help]

APPS.IEX_CASE_UTL_PUB dependencies on MO_GLOBAL

Line 1413: --Used mo_global.get_current_org_id to get ORG_ID

1409: -- Get org_id if not present
1410: IF (p_org_id IS NULL) OR
1411: (p_org_id = FND_API.G_MISS_NUM) THEN
1412: --Bug#4679639 schekuri 20-OCT-2005
1413: --Used mo_global.get_current_org_id to get ORG_ID
1414: --l_org_id := fnd_profile.value('ORG_ID');
1415: l_org_id := mo_global.get_current_org_id;
1416: END IF;
1417: -- IF PG_DEBUG < 10 THEN

Line 1415: l_org_id := mo_global.get_current_org_id;

1411: (p_org_id = FND_API.G_MISS_NUM) THEN
1412: --Bug#4679639 schekuri 20-OCT-2005
1413: --Used mo_global.get_current_org_id to get ORG_ID
1414: --l_org_id := fnd_profile.value('ORG_ID');
1415: l_org_id := mo_global.get_current_org_id;
1416: END IF;
1417: -- IF PG_DEBUG < 10 THEN
1418: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1419: IEX_DEBUG_PUB.LogMessage('CreateCaseObjects: ' || 'After ORG ID Check and Org_id is => '||l_org_id);

Line 2039: --Used mo_global.get_current_org_id to get ORG_ID

2035: IF (p_org_id IS NULL) OR
2036: (p_org_id = FND_API.G_MISS_NUM) THEN
2037:
2038: --Bug#4679639 schekuri 20-OCT-2005
2039: --Used mo_global.get_current_org_id to get ORG_ID
2040: --l_org_id := fnd_profile.value('ORG_ID');
2041: l_org_id := mo_global.get_current_org_id;
2042: END IF;
2043: -- IF PG_DEBUG < 10 THEN

Line 2041: l_org_id := mo_global.get_current_org_id;

2037:
2038: --Bug#4679639 schekuri 20-OCT-2005
2039: --Used mo_global.get_current_org_id to get ORG_ID
2040: --l_org_id := fnd_profile.value('ORG_ID');
2041: l_org_id := mo_global.get_current_org_id;
2042: END IF;
2043: -- IF PG_DEBUG < 10 THEN
2044: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
2045: IEX_DEBUG_PUB.LogMessage('ReassignCaseObjects: ' || 'After ORG ID Check and Org_id is => '||l_org_id);