DBA Data[Home] [Help]

APPS.JTF_RS_RES_AVAILABILITY_PVT dependencies on STANDARD

Line 77: --Standard Start of API SAVEPOINT

73: l_user_id Number;
74: l_login_id Number;
75:
76: BEGIN
77: --Standard Start of API SAVEPOINT
78: SAVEPOINT RESOURCE_AVAILABILITY_SP;
79:
80: x_return_status := fnd_api.g_ret_sts_success;
81:

Line 82: --Standard Call to check API compatibility

78: SAVEPOINT RESOURCE_AVAILABILITY_SP;
79:
80: x_return_status := fnd_api.g_ret_sts_success;
81:
82: --Standard Call to check API compatibility
83: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
84: THEN
85: RAISE FND_API.G_EXC_ERROR;
86: END IF;

Line 154: --standard commit

150:
151: -- Return Availability ID
152: x_availability_id := l_availability_id;
153:
154: --standard commit
155: IF fnd_api.to_boolean (p_commit)
156: THEN
157: COMMIT WORK;
158: END IF;

Line 306: --Standard Start of API SAVEPOINT

302: l_user_id Number;
303: l_login_id Number;
304:
305: BEGIN
306: --Standard Start of API SAVEPOINT
307: SAVEPOINT RES_AVAILABILITY_SP;
308:
309: x_return_status := fnd_api.g_ret_sts_success;
310:

Line 311: --Standard Call to check API compatibility

307: SAVEPOINT RES_AVAILABILITY_SP;
308:
309: x_return_status := fnd_api.g_ret_sts_success;
310:
311: --Standard Call to check API compatibility
312: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
313: THEN
314: RAISE FND_API.G_EXC_ERROR;
315: END IF;

Line 632: --Standard Start of API SAVEPOINT

628: l_msg_count NUMBER;
629: l_msg_data VARCHAR2(200);
630:
631: BEGIN
632: --Standard Start of API SAVEPOINT
633: SAVEPOINT RES_AVAILABILITY_SP;
634:
635: x_return_status := fnd_api.g_ret_sts_success;
636:

Line 637: --Standard Call to check API compatibility

633: SAVEPOINT RES_AVAILABILITY_SP;
634:
635: x_return_status := fnd_api.g_ret_sts_success;
636:
637: --Standard Call to check API compatibility
638: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
639: THEN
640: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
641: END IF;