DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PVT dependencies on STANDARD

Line 226: --Standard Start of API SAVEPOINT

222: and application_id = 690;
223:
224:
225: BEGIN
226: --Standard Start of API SAVEPOINT
227: SAVEPOINT GROUP_RELATE_SP;
228:
229: x_return_status := fnd_api.g_ret_sts_success;
230: l_return_status := fnd_api.g_ret_sts_success;

Line 232: --Standard Call to check API compatibility

228:
229: x_return_status := fnd_api.g_ret_sts_success;
230: l_return_status := fnd_api.g_ret_sts_success;
231:
232: --Standard Call to check API compatibility
233: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
234: THEN
235: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
236: END IF;

Line 764: --standard commit

760: END IF;
761:
762:
763:
764: --standard commit
765: IF fnd_api.to_boolean (p_commit)
766: THEN
767: COMMIT WORK;
768: END IF;

Line 1053: --Standard Start of API SAVEPOINT

1049:
1050:
1051:
1052: BEGIN
1053: --Standard Start of API SAVEPOINT
1054: SAVEPOINT GROUP_RELATE_SP;
1055:
1056: x_return_status := fnd_api.g_ret_sts_success;
1057:

Line 1058: --Standard Call to check API compatibility

1054: SAVEPOINT GROUP_RELATE_SP;
1055:
1056: x_return_status := fnd_api.g_ret_sts_success;
1057:
1058: --Standard Call to check API compatibility
1059: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
1060: THEN
1061: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1062: END IF;

Line 1713: --standard commit

1709: END IF;
1710:
1711:
1712:
1713: --standard commit
1714: IF fnd_api.to_boolean (p_commit)
1715: THEN
1716: COMMIT WORK;
1717: END IF;

Line 1859: --Standard Start of API SAVEPOINT

1855: and application_id = 690;
1856:
1857:
1858: BEGIN
1859: --Standard Start of API SAVEPOINT
1860: SAVEPOINT GROUP_RELATE_SP;
1861:
1862: x_return_status := fnd_api.g_ret_sts_success;
1863:

Line 1864: --Standard Call to check API compatibility

1860: SAVEPOINT GROUP_RELATE_SP;
1861:
1862: x_return_status := fnd_api.g_ret_sts_success;
1863:
1864: --Standard Call to check API compatibility
1865: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
1866: THEN
1867: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1868: END IF;

Line 2268: --standard commit

2264: END IF;
2265: END IF;
2266:
2267:
2268: --standard commit
2269: IF fnd_api.to_boolean (p_commit)
2270: THEN
2271: COMMIT WORK;
2272: END IF;