DBA Data[Home] [Help]

APPS.PV_PARTNER_ACCNT_MGMT_PVT dependencies on STANDARD

Line 142: -- Standard call to get message count and if count=1, get the message

138: EXCEPTION
139: WHEN FND_API.G_EXC_ERROR THEN
140: ROLLBACK TO CREATE_CUSTOMER_ACCOUNT;
141: x_return_status := FND_API.G_RET_STS_ERROR;
142: -- Standard call to get message count and if count=1, get the message
143: FND_MSG_PUB.Count_And_Get (
144: p_encoded => FND_API.G_FALSE
145: ,p_count => x_msg_count
146: ,p_data => x_msg_data

Line 152: -- Standard call to get message count and if count=1, get the message

148:
149: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
150: ROLLBACK TO CREATE_CUSTOMER_ACCOUNT;
151: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
152: -- Standard call to get message count and if count=1, get the message
153: FND_MSG_PUB.Count_And_Get (
154: p_encoded => FND_API.G_FALSE
155: ,p_count => x_msg_count
156: ,p_data => x_msg_data

Line 166: -- Standard call to get message count and if count=1, get the message

162: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
163: THEN
164: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
165: END IF;
166: -- Standard call to get message count and if count=1, get the message
167: FND_MSG_PUB.Count_And_Get (
168: p_encoded => FND_API.G_FALSE
169: ,p_count => x_msg_count
170: ,p_data => x_msg_data

Line 269: -- Standard call to get message count and if count=1, get the message

265: EXCEPTION
266: WHEN FND_API.G_EXC_ERROR THEN
267: ROLLBACK TO CREATE_ACCT_SITE;
268: x_return_status := FND_API.G_RET_STS_ERROR;
269: -- Standard call to get message count and if count=1, get the message
270: FND_MSG_PUB.Count_And_Get (
271: p_encoded => FND_API.G_FALSE
272: ,p_count => x_msg_count
273: ,p_data => x_msg_data

Line 279: -- Standard call to get message count and if count=1, get the message

275:
276: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
277: ROLLBACK TO CREATE_ACCT_SITE;
278: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
279: -- Standard call to get message count and if count=1, get the message
280: FND_MSG_PUB.Count_And_Get (
281: p_encoded => FND_API.G_FALSE
282: ,p_count => x_msg_count
283: ,p_data => x_msg_data

Line 293: -- Standard call to get message count and if count=1, get the message

289: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
290: THEN
291: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
292: END IF;
293: -- Standard call to get message count and if count=1, get the message
294: FND_MSG_PUB.Count_And_Get (
295: p_encoded => FND_API.G_FALSE
296: ,p_count => x_msg_count
297: ,p_data => x_msg_data

Line 388: -- Standard call to get message count and if count=1, get the message

384: EXCEPTION
385: WHEN FND_API.G_EXC_ERROR THEN
386: ROLLBACK TO CREATE_PARTY_SITE_USE;
387: x_return_status := FND_API.G_RET_STS_ERROR;
388: -- Standard call to get message count and if count=1, get the message
389: FND_MSG_PUB.Count_And_Get (
390: p_encoded => FND_API.G_FALSE
391: ,p_count => x_msg_count
392: ,p_data => x_msg_data

Line 398: -- Standard call to get message count and if count=1, get the message

394:
395: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
396: ROLLBACK TO CREATE_PARTY_SITE_USE;
397: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
398: -- Standard call to get message count and if count=1, get the message
399: FND_MSG_PUB.Count_And_Get (
400: p_encoded => FND_API.G_FALSE
401: ,p_count => x_msg_count
402: ,p_data => x_msg_data

Line 412: -- Standard call to get message count and if count=1, get the message

408: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
409: THEN
410: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
411: END IF;
412: -- Standard call to get message count and if count=1, get the message
413: FND_MSG_PUB.Count_And_Get (
414: p_encoded => FND_API.G_FALSE
415: ,p_count => x_msg_count
416: ,p_data => x_msg_data

Line 644: -- Standard call to get message count and if count=1, get the message

640: EXCEPTION
641: WHEN FND_API.G_EXC_ERROR THEN
642: ROLLBACK TO CREATE_ACCT_SITE_USES;
643: x_return_status := FND_API.G_RET_STS_ERROR;
644: -- Standard call to get message count and if count=1, get the message
645: FND_MSG_PUB.Count_And_Get (
646: p_encoded => FND_API.G_FALSE
647: ,p_count => x_msg_count
648: ,p_data => x_msg_data

Line 654: -- Standard call to get message count and if count=1, get the message

650:
651: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
652: ROLLBACK TO CREATE_ACCT_SITE_USES;
653: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
654: -- Standard call to get message count and if count=1, get the message
655: FND_MSG_PUB.Count_And_Get (
656: p_encoded => FND_API.G_FALSE
657: ,p_count => x_msg_count
658: ,p_data => x_msg_data

Line 668: -- Standard call to get message count and if count=1, get the message

664: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
665: THEN
666: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
667: END IF;
668: -- Standard call to get message count and if count=1, get the message
669: FND_MSG_PUB.Count_And_Get (
670: p_encoded => FND_API.G_FALSE
671: ,p_count => x_msg_count
672: ,p_data => x_msg_data

Line 814: -- Standard call to get message count and if count=1, get the message

810: EXCEPTION
811: WHEN FND_API.G_EXC_ERROR THEN
812: ROLLBACK TO CREATE_CONTACT_ROLE;
813: x_return_status := FND_API.G_RET_STS_ERROR;
814: -- Standard call to get message count and if count=1, get the message
815: FND_MSG_PUB.Count_And_Get (
816: p_encoded => FND_API.G_FALSE
817: ,p_count => x_msg_count
818: ,p_data => x_msg_data

Line 824: -- Standard call to get message count and if count=1, get the message

820:
821: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
822: ROLLBACK TO CREATE_CONTACT_ROLE;
823: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
824: -- Standard call to get message count and if count=1, get the message
825: FND_MSG_PUB.Count_And_Get (
826: p_encoded => FND_API.G_FALSE
827: ,p_count => x_msg_count
828: ,p_data => x_msg_data

Line 838: -- Standard call to get message count and if count=1, get the message

834: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
835: THEN
836: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
837: END IF;
838: -- Standard call to get message count and if count=1, get the message
839: FND_MSG_PUB.Count_And_Get (
840: p_encoded => FND_API.G_FALSE
841: ,p_count => x_msg_count
842: ,p_data => x_msg_data

Line 1238: -- Standard call to get message count and if count=1, get the message

1234: EXCEPTION
1235: WHEN FND_API.G_EXC_ERROR THEN
1236: ROLLBACK TO CREATE_PARTY_SITE;
1237: x_return_status := FND_API.G_RET_STS_ERROR;
1238: -- Standard call to get message count and if count=1, get the message
1239: FND_MSG_PUB.Count_And_Get (
1240: p_encoded => FND_API.G_FALSE
1241: ,p_count => x_msg_count
1242: ,p_data => x_msg_data

Line 1248: -- Standard call to get message count and if count=1, get the message

1244:
1245: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1246: ROLLBACK TO CREATE_PARTY_SITE;
1247: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1248: -- Standard call to get message count and if count=1, get the message
1249: FND_MSG_PUB.Count_And_Get (
1250: p_encoded => FND_API.G_FALSE
1251: ,p_count => x_msg_count
1252: ,p_data => x_msg_data

Line 1262: -- Standard call to get message count and if count=1, get the message

1258: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1259: THEN
1260: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1261: END IF;
1262: -- Standard call to get message count and if count=1, get the message
1263: FND_MSG_PUB.Count_And_Get (
1264: p_encoded => FND_API.G_FALSE
1265: ,p_count => x_msg_count
1266: ,p_data => x_msg_data