DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on MO_GLOBAL

Line 4271: l_org_id:= mo_global.get_current_org_id;

4267:
4268: --Bug#4679639 schekuri 20-OCT-2005
4269: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
4270: --l_org_id := fnd_profile.value('ORG_ID');
4271: l_org_id:= mo_global.get_current_org_id;
4272: WriteLog(' org_id in send_level_dunning ' || l_org_id);
4273:
4274: -- Standard call to check for call compatibility.
4275: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 5464: l_org_id:= mo_global.get_current_org_id;

5460:
5461: --Bug#4679639 schekuri 20-OCT-2005
5462: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
5463: --l_org_id := fnd_profile.value('ORG_ID');
5464: l_org_id:= mo_global.get_current_org_id;
5465: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - l_org_id = ' || l_org_id);
5466:
5467: -- Standard call to check for call compatibility.
5468: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 7091: l_org_id:= mo_global.get_current_org_id;

7087:
7088: --Bug#4679639 schekuri 20-OCT-2005
7089: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
7090: --l_org_id := fnd_profile.value('ORG_ID');
7091: l_org_id:= mo_global.get_current_org_id;
7092: WriteLog(' org_id in send dunning '|| l_org_id);
7093: -- Standard call to check for call compatibility.
7094: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
7095: p_api_version,

Line 8292: l_org_id:= mo_global.get_current_org_id;

8288:
8289: --Bug#4679639 schekuri 20-OCT-2005
8290: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
8291: --l_org_id := fnd_profile.value('ORG_ID');
8292: l_org_id:= mo_global.get_current_org_id;
8293: WriteLog(G_PKG_NAME || ' ' || l_api_name ||' org_id in send dunning '|| l_org_id);
8294:
8295: -- Standard call to check for call compatibility.
8296: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 9315: l_org_id:= mo_global.get_current_org_id;

9311: SAVEPOINT Resend_Level_DUNNING_PVT;
9312:
9313: --Bug#4679639 schekuri 20-OCT-2005
9314: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
9315: l_org_id:= mo_global.get_current_org_id;
9316:
9317: -- Standard call to check for call compatibility.
9318: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9319: p_api_version,

Line 10379: l_org_id:= mo_global.get_current_org_id;

10375: SAVEPOINT Resend_Level_Stg_Dunn_PVT;
10376:
10377: --Bug#4679639 schekuri 20-OCT-2005
10378: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
10379: l_org_id:= mo_global.get_current_org_id;
10380:
10381: -- Standard call to check for call compatibility.
10382: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
10383: p_api_version,

Line 11309: l_org_id:= mo_global.get_current_org_id;

11305:
11306: --Bug#4679639 schekuri 20-OCT-2005
11307: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
11308: --l_org_id := fnd_profile.value('ORG_ID');
11309: l_org_id:= mo_global.get_current_org_id;
11310:
11311: -- Standard call to check for call compatibility.
11312: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
11313: p_api_version,

Line 12120: l_org_id:= mo_global.get_current_org_id;

12116:
12117: --Bug#4679639 schekuri 20-OCT-2005
12118: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
12119: --l_org_id := fnd_profile.value('ORG_ID');
12120: l_org_id:= mo_global.get_current_org_id;
12121:
12122: -- Standard call to check for call compatibility.
12123: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
12124: p_api_version,

Line 13594: l_org_id:= mo_global.get_current_org_id;

13590: l_commit := p_commit;
13591:
13592: --Bug#4679639 schekuri 20-OCT-2005
13593: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
13594: l_org_id:= mo_global.get_current_org_id;
13595:
13596: IF FND_API.to_Boolean( p_init_msg_list )
13597: THEN
13598: FND_MSG_PUB.initialize;

Line 14196: l_org_id:= mo_global.get_current_org_id;

14192:
14193: --Bug#4679639 schekuri 20-OCT-2005
14194: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
14195: --l_org_id := fnd_profile.value('ORG_ID');
14196: l_org_id:= mo_global.get_current_org_id;
14197:
14198: -- clchang added 11/08/04 for 11.5.11
14199: l_level := p_level;
14200: l_resource_id := p_resource_id;