DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on MO_GLOBAL

Line 3137: l_org_id:= mo_global.get_current_org_id;

3133:
3134: --Bug#4679639 schekuri 20-OCT-2005
3135: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
3136: --l_org_id := fnd_profile.value('ORG_ID');
3137: l_org_id:= mo_global.get_current_org_id;
3138:
3139:
3140: -- Standard call to check for call compatibility.
3141: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 3847: l_org_id:= mo_global.get_current_org_id;

3843:
3844: --Bug#4679639 schekuri 20-OCT-2005
3845: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
3846: --l_org_id := fnd_profile.value('ORG_ID');
3847: l_org_id:= mo_global.get_current_org_id;
3848:
3849: -- Standard call to check for call compatibility.
3850: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
3851: p_api_version,

Line 4487: l_org_id:= mo_global.get_current_org_id;

4483: SAVEPOINT Resend_Level_DUNNING_PVT;
4484:
4485: --Bug#4679639 schekuri 20-OCT-2005
4486: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
4487: l_org_id:= mo_global.get_current_org_id;
4488:
4489: -- Standard call to check for call compatibility.
4490: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4491: p_api_version,

Line 5186: l_org_id:= mo_global.get_current_org_id;

5182:
5183: --Bug#4679639 schekuri 20-OCT-2005
5184: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
5185: --l_org_id := fnd_profile.value('ORG_ID');
5186: l_org_id:= mo_global.get_current_org_id;
5187:
5188: -- Standard call to check for call compatibility.
5189: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
5190: p_api_version,

Line 6538: l_org_id:= mo_global.get_current_org_id;

6534: l_commit := p_commit;
6535:
6536: --Bug#4679639 schekuri 20-OCT-2005
6537: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
6538: l_org_id:= mo_global.get_current_org_id;
6539:
6540: IF FND_API.to_Boolean( p_init_msg_list )
6541: THEN
6542: FND_MSG_PUB.initialize;

Line 7098: l_org_id:= mo_global.get_current_org_id;

7094:
7095: --Bug#4679639 schekuri 20-OCT-2005
7096: --Value of profile ORG_ID shouldn't be used for getting ORG_ID after MOAC implementation
7097: --l_org_id := fnd_profile.value('ORG_ID');
7098: l_org_id:= mo_global.get_current_org_id;
7099:
7100: -- clchang added 11/08/04 for 11.5.11
7101: l_level := p_level;
7102: l_resource_id := p_resource_id;