DBA Data[Home] [Help]

APPS.EGO_PARTY_PUB dependencies on STANDARD

Line 208: -- Standard Start of API savepoint

204: x_msg_count := 1;
205: fnd_message.set_name('EGO','EGO_RELATION_EXISTS');
206: fnd_msg_pub.add;
207: ELSE
208: -- Standard Start of API savepoint
209: IF FND_API.TO_BOOLEAN(p_commit) THEN
210: SAVEPOINT EGO_CREATE_RELATIONSHIP;
211: END IF;
212: mdebug('. CREATE_RELATIONSHIP: Creating Relationship .....1...... ');

Line 267: -- Standard check of p_commit.

263: -- mdebug('. CREATE_RELATIONSHIP: x_msg_data ' || x_msg_data);
264: -- mdebug('. CREATE_RELATIONSHIP: x_msg_count ' || x_msg_count);
265:
266: END IF; -- member already exists
267: -- Standard check of p_commit.
268: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
269: COMMIT WORK;
270: END IF;
271: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 272: -- Standard call to get message count and if count is 1,

268: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
269: COMMIT WORK;
270: END IF;
271: x_return_status := FND_API.G_RET_STS_SUCCESS;
272: -- Standard call to get message count and if count is 1,
273: -- get message info.
274: -- The client will directly display the x_msg_data (which is already
275: -- translated) if the x_msg_count = 1;
276: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 389: -- Standard Start of API savepoint

385:
386: l_number NUMBER ; -- Fix For Bug 2835026
387:
388: BEGIN
389: -- Standard Start of API savepoint
390: IF FND_API.TO_BOOLEAN(p_commit) THEN
391: SAVEPOINT EGO_UPDATE_RELATIONSHIP;
392: END IF;
393: l_number := FND_API.G_MISS_NUM ; -- Fix For Bug 2835026

Line 422: -- Standard check of p_commit.

418: mdebug('. UPDATE_RELATIONSHIP: Succesfully updated the relationship ');
419: mdebug('. UPDATE_RELATIONSHIP: return_status '|| x_return_status);
420: mdebug('. UPDATE_RELATIONSHIP: x_msg_data ' || x_msg_data);
421:
422: -- Standard check of p_commit.
423: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
424: COMMIT WORK;
425: END IF;
426:

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

424: COMMIT WORK;
425: END IF;
426:
427: x_return_status := FND_API.G_RET_STS_SUCCESS;
428: -- Standard call to get message count and if count is 1,
429: -- get message info.
430: -- The client will directly display the x_msg_data (which is already
431: -- translated) if the x_msg_count = 1;
432: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 635: -- Standard Start of API savepoint

631: ,p_data => x_msg_data
632: );
633: RETURN;
634: END IF;
635: -- Standard Start of API savepoint
636: IF FND_API.TO_BOOLEAN(p_commit) THEN
637: SAVEPOINT EGO_CREATE_GROUP;
638: END IF;
639:

Line 813: -- Standard call to get message count and if count is 1,

809: END IF;
810: -- before returning to the caller, set appropriate OUT values
811: x_group_id := l_group_id;
812: x_return_status := FND_API.G_RET_STS_SUCCESS;
813: -- Standard call to get message count and if count is 1,
814: -- get message info.
815: -- The client will directly display the x_msg_data (which is already
816: -- translated) if the x_msg_count = 1;
817: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 998: -- Standard Start of API savepoint

994: );
995: RETURN;
996: END IF;
997: mdebug('UPDATE_GROUP: All required params are passed ');
998: -- Standard Start of API savepoint
999: IF FND_API.TO_BOOLEAN(p_commit) THEN
1000: SAVEPOINT EGO_UPDATE_GROUP;
1001: END IF;
1002:

Line 1242: -- Standard check of p_commit.

1238: -- End Of Commented Code
1239: -- Output commands to test if Group successfully created.
1240: mdebug('UPDATE_GROUP updated group '|| to_char(p_group_id));
1241:
1242: -- Standard check of p_commit.
1243: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
1244: COMMIT WORK;
1245: END IF;
1246:

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

1244: COMMIT WORK;
1245: END IF;
1246:
1247: x_return_status := FND_API.G_RET_STS_SUCCESS;
1248: -- Standard call to get message count and if count is 1,
1249: -- get message info.
1250: -- The client will directly display the x_msg_data (which is already
1251: -- translated) if the x_msg_count = 1;
1252: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1405: -- Standard Start of API savepoint

1401: ,p_data => x_msg_data
1402: );
1403: RETURN;
1404: END IF;
1405: -- Standard Start of API savepoint
1406: IF FND_API.TO_BOOLEAN(p_commit) THEN
1407: SAVEPOINT EGO_DELETE_GROUP;
1408: END IF;
1409:

Line 1540: -- Standard check of p_commit.

1536: RETURN;
1537: END IF;
1538:
1539:
1540: -- Standard check of p_commit.
1541: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
1542: COMMIT WORK;
1543: END IF;
1544:

Line 1546: -- Standard call to get message count and if count is 1,

1542: COMMIT WORK;
1543: END IF;
1544:
1545: x_return_status := FND_API.G_RET_STS_SUCCESS;
1546: -- Standard call to get message count and if count is 1,
1547: -- get message info.
1548: -- The client will directly display the x_msg_data (which is already
1549: -- translated) if the x_msg_count = 1;
1550: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1675: -- Standard Start of API savepoint

1671: ,p_data => x_msg_data
1672: );
1673: RETURN;
1674: END IF;
1675: -- Standard Start of API savepoint
1676: IF FND_API.TO_BOOLEAN(p_commit) THEN
1677: SAVEPOINT EGO_ADD_GROUP_MEMBER;
1678: END IF;
1679:

Line 1772: -- -- Standard check of p_commit.

1768: -- RETURN;
1769: -- ELSE
1770: -- x_return_status := FND_API.G_RET_STS_SUCCESS;
1771: -- END IF;
1772: -- -- Standard check of p_commit.
1773: -- Commenting by Sridhar ends here (conf call with Wasi on 12-feb-2003)
1774:
1775: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
1776: COMMIT WORK;

Line 1780: -- Standard call to get message count and if count is 1,

1776: COMMIT WORK;
1777: END IF;
1778:
1779: x_return_status := FND_API.G_RET_STS_SUCCESS;
1780: -- Standard call to get message count and if count is 1,
1781: -- get message info.
1782: -- The client will directly display the x_msg_data (which is already
1783: -- translated) if the x_msg_count = 1;
1784: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 1913: -- Standard Start of API savepoint

1909: ,p_data => x_msg_data
1910: );
1911: RETURN;
1912: END IF;
1913: -- Standard Start of API savepoint
1914: IF FND_API.TO_BOOLEAN(p_commit) THEN
1915: SAVEPOINT EGO_REMOVE_GROUP_MEMBER;
1916: END IF;
1917:

Line 1980: -- Standard check of p_commit.

1976: ELSE
1977: CLOSE get_grant_guid_cur;
1978: END IF;
1979:
1980: -- Standard check of p_commit.
1981: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
1982: COMMIT WORK;
1983: END IF;
1984:

Line 1986: -- Standard call to get message count and if count is 1,

1982: COMMIT WORK;
1983: END IF;
1984:
1985: x_return_status := FND_API.G_RET_STS_SUCCESS;
1986: -- Standard call to get message count and if count is 1,
1987: -- get message info.
1988: -- The client will directly display the x_msg_data (which is already
1989: -- translated) if the x_msg_count = 1;
1990: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 2136: -- Standard Start of API savepoint

2132: ,p_data => x_msg_data
2133: );
2134: RETURN;
2135: END IF;
2136: -- Standard Start of API savepoint
2137: IF FND_API.TO_BOOLEAN(p_commit) THEN
2138: SAVEPOINT EGO_GET_EMAIL_ADDRESS;
2139: END IF;
2140:

Line 2199: -- Standard check of p_commit.

2195: mdebug('GET_EMAIL_ADDRESSES: ' || l_party_type||'''s Email address : '|| l_concat_email_addresses);
2196: mdebug('GET_EMAIL_ADDRESSES: x_return_status '|| x_return_status);
2197: mdebug('GET_EMAIL_ADDRESSES: x_msg_data ' || x_msg_data);
2198:
2199: -- Standard check of p_commit.
2200: IF FND_API.To_Boolean( NVL(p_commit, 'F') ) THEN
2201: COMMIT WORK;
2202: END IF;
2203:

Line 2206: -- Standard call to get message count and if count is 1,

2202: END IF;
2203:
2204: x_return_status := FND_API.G_RET_STS_SUCCESS;
2205:
2206: -- Standard call to get message count and if count is 1,
2207: -- get message info.
2208: -- The client will directly display the x_msg_data (which is already
2209: -- translated) if the x_msg_count = 1;
2210: -- Else i.e if x_msg_count > 1, client will call the FND_MSG_PUB.Get

Line 2318: -- Standard Start of API savepoint

2314: ,p_data => x_msg_data
2315: );
2316: RETURN;
2317: END IF;
2318: -- Standard Start of API savepoint
2319: IF FND_API.TO_BOOLEAN(p_commit) THEN
2320: SAVEPOINT EGO_CREATE_CODE_ASSIGNMENT;
2321: END IF;
2322:

Line 2438: -- Standard Start of API savepoint

2434: ,p_data => x_msg_data
2435: );
2436: RETURN;
2437: END IF;
2438: -- Standard Start of API savepoint
2439: IF FND_API.TO_BOOLEAN(p_commit) THEN
2440: ROLLBACK TO EGO_UPDATE_CODE_ASSIGNMENT;
2441: END IF;
2442: