DBA Data[Home] [Help]

APPS.OKL_TXL_ASSETS_PUB dependencies on STANDARD

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

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

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

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

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

310: l_api_name CONSTANT VARCHAR2(30) := 'DELETE_TXL_ASSET_LINES';
311: l_api_version CONSTANT NUMBER := 1;
312: BEGIN
313: savepoint delete_txl_asset_Def_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_ASSET_LINES';
451: l_api_version CONSTANT NUMBER := 1;
452: BEGIN
453: savepoint validate_txl_asset_Def_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_ASSET_LINE';
591: l_api_version CONSTANT NUMBER := 1;
592: BEGIN
593: savepoint lock_txl_ass_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