DBA Data[Home] [Help]

APPS.OKL_TXL_ITM_INSTS_PUB dependencies on STANDARD

Line 27: -- Standard call to check for call compatibility.

23: l_api_name CONSTANT VARCHAR2(30) := 'CREATE_TXL_ITM_INSTS';
24: l_api_version CONSTANT NUMBER := 1;
25: BEGIN
26: savepoint create_txl_iti_pub;
27: -- Standard call to check for call compatibility.
28: IF NOT (FND_API.Compatible_API_Call (l_api_version,
29: p_api_version,
30: l_api_name,
31: G_PKG_NAME)) THEN

Line 171: -- Standard call to check for call compatibility.

167: l_api_name CONSTANT VARCHAR2(30) := 'UPDATE_TXL_ITM_INSTS';
168: l_api_version CONSTANT NUMBER := 1;
169: BEGIN
170: savepoint update_txl_iti_pub;
171: -- Standard call to check for call compatibility.
172: IF NOT (FND_API.Compatible_API_Call (l_api_version,
173: p_api_version,
174: l_api_name,
175: G_PKG_NAME)) THEN

Line 314: -- Standard call to check for call compatibility.

310: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_TXL_ITM_INSTS';
311: l_api_version CONSTANT NUMBER := 1;
312: BEGIN
313: savepoint delete_txl_itm_insts_pub;
314: -- Standard call to check for call compatibility.
315: IF NOT (FND_API.Compatible_API_Call (l_api_version,
316: p_api_version,
317: l_api_name,
318: G_PKG_NAME)) THEN

Line 454: -- Standard call to check for call compatibility.

450: l_api_name CONSTANT VARCHAR2(30) := 'VALIDATE_TXL_ITM_INSTS';
451: l_api_version CONSTANT NUMBER := 1;
452: BEGIN
453: savepoint validate_txl_itm_insts_pub;
454: -- Standard call to check for call compatibility.
455: IF NOT (FND_API.Compatible_API_Call (l_api_version,
456: p_api_version,
457: l_api_name,
458: G_PKG_NAME)) THEN

Line 594: -- Standard call to check for call compatibility.

590: l_api_name CONSTANT VARCHAR2(30) := 'LOCK_TXL_ITM_INSTS';
591: l_api_version CONSTANT NUMBER := 1;
592: BEGIN
593: savepoint lock_txl_itm_insts_pub;
594: -- Standard call to check for call compatibility.
595: IF NOT (FND_API.Compatible_API_Call (l_api_version,
596: p_api_version,
597: l_api_name,
598: G_PKG_NAME)) THEN