DBA Data[Home] [Help]

APPS.JTF_RS_RES_AVAILABILITY_PUB dependencies on STANDARD

Line 72: --Standard Start of API SAVEPOINT

68: FROM jtf_rs_resource_extns
69: WHERE resource_id = l_resource_id;
70:
71: BEGIN
72: --Standard Start of API SAVEPOINT
73: SAVEPOINT CREATE_RES_AVAILABILITY_SP;
74:
75: x_return_status := fnd_api.g_ret_sts_success;
76:

Line 77: --Standard Call to check API compatibility

73: SAVEPOINT CREATE_RES_AVAILABILITY_SP;
74:
75: x_return_status := fnd_api.g_ret_sts_success;
76:
77: --Standard Call to check API compatibility
78: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
79: THEN
80: RAISE FND_API.G_EXC_ERROR;
81: END IF;

Line 142: --standard commit

138: X_MSG_COUNT := l_msg_count;
139: X_MSG_DATA := l_msg_data;
140:
141:
142: --standard commit
143: IF fnd_api.to_boolean (p_commit)
144: THEN
145: COMMIT WORK;
146: END IF;

Line 234: --Standard Start of API SAVEPOINT

230: FROM jtf_rs_res_availability
231: WHERE availability_id = l_availability_id;
232:
233: BEGIN
234: --Standard Start of API SAVEPOINT
235: SAVEPOINT UPDATE_RES_AVAILABILITY_SP;
236:
237: x_return_status := fnd_api.g_ret_sts_success;
238:

Line 239: --Standard Call to check API compatibility

235: SAVEPOINT UPDATE_RES_AVAILABILITY_SP;
236:
237: x_return_status := fnd_api.g_ret_sts_success;
238:
239: --Standard Call to check API compatibility
240: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
241: THEN
242: RAISE FND_API.G_EXC_ERROR;
243: END IF;

Line 380: --Standard Start of API SAVEPOINT

376: FROM jtf_rs_res_availability
377: WHERE availability_id = l_availability_id;
378:
379: BEGIN
380: --Standard Start of API SAVEPOINT
381: SAVEPOINT DELETE_RES_AVAILABILITY_SP;
382:
383: x_return_status := fnd_api.g_ret_sts_success;
384:

Line 385: --Standard Call to check API compatibility

381: SAVEPOINT DELETE_RES_AVAILABILITY_SP;
382:
383: x_return_status := fnd_api.g_ret_sts_success;
384:
385: --Standard Call to check API compatibility
386: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
387: THEN
388: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
389: END IF;