DBA Data[Home] [Help]

APPS.IEX_DUNNING_PVT dependencies on STANDARD

Line 2020: -- Standard call to get message count and IF count is 1, get message info.

2016: END IF;
2017: CLOSE C_GET_Del;
2018: END IF;
2019:
2020: -- Standard call to get message count and IF count is 1, get message info.
2021: FND_MSG_PUB.Count_And_Get
2022: ( p_count => x_msg_count,
2023: p_data => x_msg_data );
2024:

Line 2050: -- Standard Start of API savepoint

2046: errmsg VARCHAR2(32767);
2047:
2048:
2049: BEGIN
2050: -- Standard Start of API savepoint
2051: SAVEPOINT CREATE_AG_DN_PVT;
2052:
2053: l_ag_dn_xref_rec := p_ag_dn_xref_rec;
2054:

Line 2055: -- Standard call to check for call compatibility.

2051: SAVEPOINT CREATE_AG_DN_PVT;
2052:
2053: l_ag_dn_xref_rec := p_ag_dn_xref_rec;
2054:
2055: -- Standard call to check for call compatibility.
2056: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2057: p_api_version,
2058: l_api_name,
2059: G_PKG_NAME)

Line 2114: -- Standard check for p_commit

2110: --
2111: -- End of API body
2112: --
2113:
2114: -- Standard check for p_commit
2115: IF FND_API.to_Boolean( p_commit )
2116: THEN
2117: COMMIT WORK;
2118: END IF;

Line 2205: -- Standard Start of API savepoint

2201:
2202:
2203: BEGIN
2204:
2205: -- Standard Start of API savepoint
2206: SAVEPOINT UPDATE_AG_DN_PVT;
2207:
2208: l_AG_DN_XREF_REC := p_AG_DN_XREF_rec;
2209:

Line 2210: -- Standard call to check for call compatibility.

2206: SAVEPOINT UPDATE_AG_DN_PVT;
2207:
2208: l_AG_DN_XREF_REC := p_AG_DN_XREF_rec;
2209:
2210: -- Standard call to check for call compatibility.
2211: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2212: p_api_version,
2213: l_api_name,
2214: G_PKG_NAME)

Line 2348: -- Standard check for p_commit

2344: --
2345: -- End of API body.
2346: --
2347:
2348: -- Standard check for p_commit
2349: IF FND_API.to_Boolean( p_commit )
2350: THEN
2351: COMMIT WORK;
2352: END IF;

Line 2414: -- Standard Start of API savepoint

2410: l_rowid Varchar2(50);
2411: errmsg VARCHAR2(32767);
2412:
2413: BEGIN
2414: -- Standard Start of API savepoint
2415: SAVEPOINT DELETE_AG_DN_PVT;
2416:
2417: -- Standard call to check for call compatibility.
2418: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 2417: -- Standard call to check for call compatibility.

2413: BEGIN
2414: -- Standard Start of API savepoint
2415: SAVEPOINT DELETE_AG_DN_PVT;
2416:
2417: -- Standard call to check for call compatibility.
2418: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2419: p_api_version,
2420: l_api_name,
2421: G_PKG_NAME)

Line 2475: -- Standard check for p_commit

2471: --
2472: -- End of API body
2473: --
2474:
2475: -- Standard check for p_commit
2476: IF FND_API.to_Boolean( p_commit )
2477: THEN
2478: COMMIT WORK;
2479: END IF;

Line 2536: -- Standard Start of API savepoint

2532: errmsg VARCHAR2(32767);
2533:
2534:
2535: BEGIN
2536: -- Standard Start of API savepoint
2537: SAVEPOINT CREATE_DUNNING_PVT;
2538:
2539: l_dunning_rec := p_dunning_rec;
2540:

Line 2541: -- Standard call to check for call compatibility.

2537: SAVEPOINT CREATE_DUNNING_PVT;
2538:
2539: l_dunning_rec := p_dunning_rec;
2540:
2541: -- Standard call to check for call compatibility.
2542: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2543: p_api_version,
2544: l_api_name,
2545: G_PKG_NAME)

Line 2607: -- Standard check for p_commit

2603: --
2604: -- End of API body
2605: --
2606:
2607: -- Standard check for p_commit
2608: IF FND_API.to_Boolean( p_commit )
2609: THEN
2610: COMMIT WORK;
2611: END IF;

Line 2708: -- Standard Start of API savepoint

2704:
2705:
2706: BEGIN
2707:
2708: -- Standard Start of API savepoint
2709: SAVEPOINT UPDATE_dunning_PVT;
2710:
2711: l_dunning_rec := p_dunning_rec;
2712:

Line 2713: -- Standard call to check for call compatibility.

2709: SAVEPOINT UPDATE_dunning_PVT;
2710:
2711: l_dunning_rec := p_dunning_rec;
2712:
2713: -- Standard call to check for call compatibility.
2714: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2715: p_api_version,
2716: l_api_name,
2717: G_PKG_NAME)

Line 2930: -- Standard check for p_commit

2926: --
2927: -- End of API body.
2928: --
2929:
2930: -- Standard check for p_commit
2931: IF FND_API.to_Boolean( p_commit )
2932: THEN
2933: COMMIT WORK;
2934: END IF;

Line 3131: -- Standard Start of API savepoint

3127: l_contact_destination varchar2(240); -- bug 3955222
3128: l_contact_party_id number; -- bug 3955222
3129:
3130: BEGIN
3131: -- Standard Start of API savepoint
3132: SAVEPOINT Send_Level_DUNNING_PVT;
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

Line 3140: -- Standard call to check for call compatibility.

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,
3142: p_api_version,
3143: l_api_name,
3144: G_PKG_NAME)

Line 3841: -- Standard Start of API savepoint

3837: l_warning_flag varchar2(1);
3838: l_contact_point_id number;
3839:
3840: BEGIN
3841: -- Standard Start of API savepoint
3842: SAVEPOINT Send_DUNNING_PVT;
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

Line 3849: -- Standard call to check for call compatibility.

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,
3852: l_api_name,
3853: G_PKG_NAME)

Line 4482: -- Standard Start of API savepoint

4478: l_customer_site_use_id_check NUMBER;
4479: l_contact_destination varchar2(240); -- bug 3955222
4480: l_contact_party_id number; -- bug 3955222
4481: BEGIN
4482: -- Standard Start of API savepoint
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

Line 4489: -- Standard call to check for call compatibility.

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,
4492: l_api_name,
4493: G_PKG_NAME)

Line 5032: -- Standard check for p_commit

5028: x_request_id := l_request_id;
5029: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - request_id='||x_request_id, l_write);
5030: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - status='||x_return_status, l_write);
5031:
5032: -- Standard check for p_commit
5033: IF FND_API.to_Boolean( p_commit )
5034: THEN
5035: COMMIT WORK;
5036: END IF;

Line 5180: -- Standard Start of API savepoint

5176: l_contact_destination varchar2(240); -- bug 3955222
5177: l_contact_party_id number; -- bug 3955222
5178:
5179: BEGIN
5180: -- Standard Start of API savepoint
5181: SAVEPOINT Resend_DUNNING_PVT;
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

Line 5188: -- Standard call to check for call compatibility.

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,
5191: l_api_name,
5192: G_PKG_NAME)

Line 5662: -- Standard check for p_commit

5658: elsif x_return_status = FND_API.G_RET_STS_UNEXP_ERROR then
5659: raise FND_API.G_EXC_UNEXPECTED_ERROR;
5660: END IF;
5661:
5662: -- Standard check for p_commit
5663: IF FND_API.to_Boolean( p_commit )
5664: THEN
5665: COMMIT WORK;
5666: END IF;

Line 5799: -- Standard Start of API savepoint

5795:
5796: errmsg VARCHAR2(32767);
5797:
5798: BEGIN
5799: -- Standard Start of API savepoint
5800: SAVEPOINT AGING_DEL_PVT;
5801:
5802: l_commit := FND_API.G_TRUE;
5803:

Line 6386: -- Standard call to get message count and IF count is 1, get message info.

6382:
6383: x_callback_date := l_result;
6384: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - callback_date='||x_callback_date);
6385:
6386: -- Standard call to get message count and IF count is 1, get message info.
6387:
6388: FND_MSG_PUB.Count_And_Get
6389: ( p_count => x_msg_count,
6390: p_data => x_msg_data );

Line 7710: -- Standard Start of API savepoint

7706: l_primary VARCHAR2(10);
7707:
7708: BEGIN
7709:
7710: -- Standard Start of API savepoint
7711: SAVEPOINT GetContactInfo_PVT;
7712:
7713: l_commit := p_commit;
7714: x_contact_party_id := p_party_id; -- default to origal party_id until updated #3955222

Line 8057: -- Standard Start of API savepoint

8053: --
8054:
8055: BEGIN
8056:
8057: -- Standard Start of API savepoint
8058: SAVEPOINT GetContactPoint_PVT;
8059:
8060: l_commit := p_commit;
8061:

Line 8519: -- Standard check for p_commit

8515: --
8516: -- End of API body
8517: --
8518:
8519: -- Standard check for p_commit
8520: IF FND_API.to_Boolean( p_commit )
8521: THEN
8522: COMMIT WORK;
8523: END IF;

Line 8642: -- Standard Start of API savepoint

8638: l_object_version_number JTF_TASKS_B.OBJECT_VERSION_NUMBER%TYPE;
8639: --End bug 7317666 21-Nov-2008 barathsr
8640:
8641: BEGIN
8642: -- Standard Start of API savepoint
8643: SAVEPOINT DAILY_DUNNING_PVT;
8644:
8645: -- Standard call to check for call compatibility.
8646: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 8645: -- Standard call to check for call compatibility.

8641: BEGIN
8642: -- Standard Start of API savepoint
8643: SAVEPOINT DAILY_DUNNING_PVT;
8644:
8645: -- Standard call to check for call compatibility.
8646: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
8647: p_api_version,
8648: l_api_name,
8649: G_PKG_NAME)

Line 8866: -- Standard check for p_commit

8862: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - DunnUpdatedNum='||nCnt);
8863: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - DunnUpdatedNum='||dunning_tbl.count);
8864: WriteLog(G_PKG_NAME || ' ' || l_api_name || ' - ==========END SUMMARY=========');
8865:
8866: -- Standard check for p_commit
8867: IF FND_API.to_Boolean( p_commit )
8868: THEN
8869: COMMIT WORK;
8870: END IF;

Line 9689: -- Standard Start of API savepoint

9685: iex_debug_pub.LogMessage ('Get_Resource: ' || 'iexvdunb.pls:GetRS:starting');
9686: END IF;
9687:
9688:
9689: -- Standard Start of API savepoint
9690: SAVEPOINT GET_RESOURCE_PVT;
9691:
9692: -- Standard call to check for call compatibility.
9693: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 9692: -- Standard call to check for call compatibility.

9688:
9689: -- Standard Start of API savepoint
9690: SAVEPOINT GET_RESOURCE_PVT;
9691:
9692: -- Standard call to check for call compatibility.
9693: IF NOT FND_API.Compatible_API_Call (l_api_version,
9694: p_api_version,
9695: l_api_name,
9696: G_PKG_NAME)

Line 9777: -- Standard check for p_commit

9773: --
9774: -- End of API body
9775: --
9776:
9777: -- Standard check for p_commit
9778: IF FND_API.to_Boolean( p_commit )
9779: THEN
9780: COMMIT WORK;
9781: END IF;

Line 9785: -- Standard call to get message count and if count is 1, get message info.

9781: END IF;
9782:
9783: WriteLog('iexvdunb.pls:GetRS:END');
9784:
9785: -- Standard call to get message count and if count is 1, get message info.
9786: FND_MSG_PUB.Count_And_Get
9787: ( p_count => x_msg_count,
9788: p_data => x_msg_data
9789: );