DBA Data[Home] [Help]

APPS.JTF_RS_RESOURCE_SKILLS_PVT dependencies on STANDARD

Line 286: --Standard Start of API SAVEPOINT

282: l_platform_org_id number ;
283: l_catset number ;
284:
285: BEGIN
286: --Standard Start of API SAVEPOINT
287: SAVEPOINT RESOURCE_SKILLS_SP;
288:
289: x_return_status := fnd_api.g_ret_sts_success;
290:

Line 291: --Standard Call to check API compatibility

287: SAVEPOINT RESOURCE_SKILLS_SP;
288:
289: x_return_status := fnd_api.g_ret_sts_success;
290:
291: --Standard Call to check API compatibility
292: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
293: THEN
294: RAISE FND_API.G_EXC_ERROR;
295: END IF;

Line 678: --standard commit

674: raise fnd_api.g_exc_error;
675: END IF;
676:
677:
678: --standard commit
679: IF fnd_api.to_boolean (p_commit)
680: THEN
681: COMMIT WORK;
682: END IF;

Line 844: --Standard Start of API SAVEPOINT

840: l_user_id Number;
841: l_login_id Number;
842:
843: BEGIN
844: --Standard Start of API SAVEPOINT
845: SAVEPOINT RESOURCE_SKILLS_SP;
846:
847: x_return_status := fnd_api.g_ret_sts_success;
848:

Line 849: --Standard Call to check API compatibility

845: SAVEPOINT RESOURCE_SKILLS_SP;
846:
847: x_return_status := fnd_api.g_ret_sts_success;
848:
849: --Standard Call to check API compatibility
850: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
851: THEN
852: RAISE FND_API.G_EXC_ERROR;
853: END IF;

Line 1203: --Standard Start of API SAVEPOINT

1199: l_msg_count NUMBER;
1200: l_msg_data VARCHAR2(200);
1201:
1202: BEGIN
1203: --Standard Start of API SAVEPOINT
1204: SAVEPOINT RESOURCE_SKILLS_SP;
1205:
1206: x_return_status := fnd_api.g_ret_sts_success;
1207:

Line 1208: --Standard Call to check API compatibility

1204: SAVEPOINT RESOURCE_SKILLS_SP;
1205:
1206: x_return_status := fnd_api.g_ret_sts_success;
1207:
1208: --Standard Call to check API compatibility
1209: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
1210: THEN
1211: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1212: END IF;