DBA Data[Home] [Help]

APPS.EC_TRADING_PARTNER_PVT dependencies on STANDARD

Line 83: -- Standard Start of API savepoint

79: EC_DEBUG.PL(3, 'p_location_code_ext: ',p_location_code_ext);
80: EC_DEBUG.PL(3, 'p_info_type: ',p_info_type);
81:
82:
83: -- Standard Start of API savepoint
84:
85: SAVEPOINT Get_TP_Address_PVT;
86:
87: -- Standard call to check for call compatibility.

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

83: -- Standard Start of API savepoint
84:
85: SAVEPOINT Get_TP_Address_PVT;
86:
87: -- Standard call to check for call compatibility.
88:
89: if NOT FND_API.Compatible_API_Call
90: (
91: l_api_version_number,

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

173: raise FND_API.G_EXC_ERROR;
174:
175: end if;
176:
177: -- Standard check of p_simulate and p_commit parameters
178:
179: if FND_API.To_Boolean( p_simulate)
180: then
181: ROLLBACK to Get_TP_Address_PVT;

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

184: then
185: commit work;
186: end if;
187:
188: -- Standard call to get message count and if count is 1, get message info.
189:
190: FND_MSG_PUB.Count_And_Get
191: (
192: p_count => p_msg_count,

Line 326: -- Standard Start of API savepoint

322: EC_DEBUG.PL(3, 'p_reference_ext1: ',p_reference_ext1);
323: EC_DEBUG.PL(3, 'p_reference_ext2: ',p_reference_ext2);
324: EC_DEBUG.PL(3, 'p_info_type: ',p_info_type);
325:
326: -- Standard Start of API savepoint
327:
328: SAVEPOINT Get_TP_Address_Ref_PVT;
329:
330: -- Standard call to check for call compatibility.

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

326: -- Standard Start of API savepoint
327:
328: SAVEPOINT Get_TP_Address_Ref_PVT;
329:
330: -- Standard call to check for call compatibility.
331:
332: if NOT FND_API.Compatible_API_Call
333: (
334: l_api_version_number,

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

413: raise FND_API.G_EXC_ERROR;
414:
415: end if;
416:
417: -- Standard check of p_simulate and p_commit parameters
418:
419: if FND_API.To_Boolean( p_simulate)
420: then
421: ROLLBACK to Get_TP_Address_Ref_PVT;

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

424: then
425: commit work;
426: end if;
427:
428: -- Standard call to get message count and if count is 1, get message info.
429:
430: FND_MSG_PUB.Count_And_Get
431: (
432: p_count => p_msg_count,

Line 556: -- Standard Start of API savepoint

552: EC_DEBUG.PL(3, 'p_commit: ',p_commit);
553: EC_DEBUG.PL(3, 'p_validation_level: ',p_validation_level);
554: EC_DEBUG.PL(3, 'p_entity_address_id: ',p_entity_address_id);
555: EC_DEBUG.PL(3, 'p_info_type: ',p_info_type);
556: -- Standard Start of API savepoint
557:
558: SAVEPOINT Get_TP_Location_Code_PVT;
559:
560: -- Standard call to check for call compatibility.

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

556: -- Standard Start of API savepoint
557:
558: SAVEPOINT Get_TP_Location_Code_PVT;
559:
560: -- Standard call to check for call compatibility.
561:
562: if NOT FND_API.Compatible_API_Call
563: (
564: l_api_version_number,

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

645: raise FND_API.G_EXC_ERROR;
646:
647: end if;
648:
649: -- Standard check of p_simulate and p_commit parameters
650:
651: if FND_API.To_Boolean( p_simulate)
652: then
653: ROLLBACK to Get_TP_Location_Code_PVT;

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

656: then
657: commit work;
658: end if;
659:
660: -- Standard call to get message count and if count is 1, get message info.
661:
662: FND_MSG_PUB.Count_And_Get
663: (
664: p_count => p_msg_count,

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

783: EC_DEBUG.PL(3, 'p_entity_id: ',p_entity_id);
784:
785: SAVEPOINT Get_TP_Location_Code_PVT;
786:
787: -- Standard call to check for call compatibility.
788:
789: if NOT FND_API.Compatible_API_Call
790: (
791: l_api_version_number,

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

843: else
844: RETURN TRUE;
845: end if;
846:
847: -- Standard check of p_simulate and p_commit parameters
848:
849: if FND_API.To_Boolean( p_simulate)
850: then
851: ROLLBACK to Get_TP_Location_Code_PVT;

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

854: then
855: commit work;
856: end if;
857:
858: -- Standard call to get message count and if count is 1, get message info.
859: FND_MSG_PUB.Count_And_Get
860: (
861: p_count => p_msg_count,
862: p_data => p_msg_data