DBA Data[Home] [Help]

APPS.JTF_RS_TABLE_ATTRIBUTES_PVT dependencies on STANDARD

Line 83: --Standard Start of API SAVEPOINT

79: l_user_id Number;
80: l_login_id Number;
81:
82: BEGIN
83: --Standard Start of API SAVEPOINT
84: SAVEPOINT TABLE_ATTRIBUTE_SP;
85:
86: x_return_status := fnd_api.g_ret_sts_success;
87:

Line 88: --Standard Call to check API compatibility

84: SAVEPOINT TABLE_ATTRIBUTE_SP;
85:
86: x_return_status := fnd_api.g_ret_sts_success;
87:
88: --Standard Call to check API compatibility
89: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
90: THEN
91: RAISE FND_API.G_EXC_ERROR;
92: END IF;

Line 170: --standard commit

166: raise fnd_api.g_exc_error;
167: END IF;
168:
169:
170: --standard commit
171: IF fnd_api.to_boolean (p_commit)
172: THEN
173: COMMIT WORK;
174: END IF;

Line 307: --Standard Start of API SAVEPOINT

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

Line 312: --Standard Call to check API compatibility

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

Line 580: --Standard Start of API SAVEPOINT

576: l_msg_count NUMBER;
577: l_msg_data VARCHAR2(200);
578:
579: BEGIN
580: --Standard Start of API SAVEPOINT
581: SAVEPOINT TABLE_ATTRIBUTE_SP;
582:
583: x_return_status := fnd_api.g_ret_sts_success;
584:

Line 585: --Standard Call to check API compatibility

581: SAVEPOINT TABLE_ATTRIBUTE_SP;
582:
583: x_return_status := fnd_api.g_ret_sts_success;
584:
585: --Standard Call to check API compatibility
586: IF NOT FND_API.Compatible_API_CALL(L_API_VERSION,P_API_VERSION,L_API_NAME,G_PKG_NAME)
587: THEN
588: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
589: END IF;