DBA Data[Home] [Help]

APPS.ECE_TRADING_PARTNERS_PUB dependencies on STANDARD

Line 701: -- Standard Start of API savepoint

697: BEGIN
698: /*********************************************************************
699: | API Related Housekeeping Code |
700: *********************************************************************/
701: -- Standard Start of API savepoint
702: xProgress := 'ADDRB-20-1000';
703: SAVEPOINT ece_get_address;
704:
705: -- Standard call to check for call compatibility.

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

701: -- Standard Start of API savepoint
702: xProgress := 'ADDRB-20-1000';
703: SAVEPOINT ece_get_address;
704:
705: -- Standard call to check for call compatibility.
706: IF NOT fnd_api.compatible_api_call(l_api_version_number,
707: p_api_version_number,
708: l_api_name,
709: G_PKG_NAME) THEN

Line 2946: -- Standard Start of API savepoint

2942: and hcp.contact_point_type = 'EDI';
2943:
2944: BEGIN
2945:
2946: -- Standard Start of API savepoint
2947:
2948: SAVEPOINT Get_TP_Address_PVT;
2949:
2950: -- Standard call to check for call compatibility.

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

2946: -- Standard Start of API savepoint
2947:
2948: SAVEPOINT Get_TP_Address_PVT;
2949:
2950: -- Standard call to check for call compatibility.
2951:
2952: if NOT FND_API.Compatible_API_Call
2953: (
2954: l_api_version_number,

Line 3032: -- Standard check of p_simulate and p_commit parameters

3028: raise FND_API.G_EXC_ERROR;
3029:
3030: end if;
3031:
3032: -- Standard check of p_simulate and p_commit parameters
3033:
3034: if FND_API.To_Boolean( p_simulate)
3035: then
3036: ROLLBACK to Get_TP_Address_PVT;

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

3039: then
3040: commit work;
3041: end if;
3042:
3043: -- Standard call to get message count and if count is 1, get message info.
3044:
3045: FND_MSG_PUB.Count_And_Get
3046: (
3047: p_count => p_msg_count,

Line 3169: -- Standard Start of API savepoint

3165: and hcp.contact_point_type = 'EDI';
3166:
3167: BEGIN
3168:
3169: -- Standard Start of API savepoint
3170:
3171: SAVEPOINT Get_TP_Address_Ref_PVT;
3172:
3173: -- Standard call to check for call compatibility.

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

3169: -- Standard Start of API savepoint
3170:
3171: SAVEPOINT Get_TP_Address_Ref_PVT;
3172:
3173: -- Standard call to check for call compatibility.
3174:
3175: if NOT FND_API.Compatible_API_Call
3176: (
3177: l_api_version_number,

Line 3254: -- Standard check of p_simulate and p_commit parameters

3250: raise FND_API.G_EXC_ERROR;
3251:
3252: end if;
3253:
3254: -- Standard check of p_simulate and p_commit parameters
3255:
3256: if FND_API.To_Boolean( p_simulate)
3257: then
3258: ROLLBACK to Get_TP_Address_Ref_PVT;

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

3261: then
3262: commit work;
3263: end if;
3264:
3265: -- Standard call to get message count and if count is 1, get message info.
3266:
3267: FND_MSG_PUB.Count_And_Get
3268: (
3269: p_count => p_msg_count,

Line 3382: -- Standard Start of API savepoint

3378: and hcp.contact_point_type = 'EDI';
3379:
3380: BEGIN
3381:
3382: -- Standard Start of API savepoint
3383:
3384: SAVEPOINT Get_TP_Location_Code_PVT;
3385:
3386: -- Standard call to check for call compatibility.

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

3382: -- Standard Start of API savepoint
3383:
3384: SAVEPOINT Get_TP_Location_Code_PVT;
3385:
3386: -- Standard call to check for call compatibility.
3387:
3388: if NOT FND_API.Compatible_API_Call
3389: (
3390: l_api_version_number,

Line 3466: -- Standard check of p_simulate and p_commit parameters

3462: raise FND_API.G_EXC_ERROR;
3463:
3464: end if;
3465:
3466: -- Standard check of p_simulate and p_commit parameters
3467:
3468: if FND_API.To_Boolean( p_simulate)
3469: then
3470: ROLLBACK to Get_TP_Location_Code_PVT;

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

3473: then
3474: commit work;
3475: end if;
3476:
3477: -- Standard call to get message count and if count is 1, get message info.
3478:
3479: FND_MSG_PUB.Count_And_Get
3480: (
3481: p_count => p_msg_count,