DBA Data[Home] [Help]

APPS.OKL_TXD_ASSETS_PUB dependencies on STANDARD

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

22: l_api_name CONSTANT VARCHAR2(30) := 'CREATE_TXD_ASSET_DEF';
23: l_api_version CONSTANT NUMBER := 1;
24: BEGIN
25: savepoint create_txd_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 169: -- Standard call to check for call compatibility.

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

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

306: l_api_name CONSTANT VARCHAR2(30) := 'delete_txd_asset_Def';
307: l_api_version CONSTANT NUMBER := 1;
308: BEGIN
309: savepoint delete_txd_asset_Def_pub;
310: -- Standard call to check for call compatibility.
311: IF NOT (FND_API.Compatible_API_Call (l_api_version,
312: p_api_version,
313: l_api_name,
314: G_PKG_NAME)) THEN

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

441: l_api_name CONSTANT VARCHAR2(30) := 'lock_txd_asset_Def';
442: l_api_version CONSTANT NUMBER := 1;
443: BEGIN
444: savepoint lock_txd_asset_Def_pub;
445: -- Standard call to check for call compatibility.
446: IF NOT (FND_API.Compatible_API_Call (l_api_version,
447: p_api_version,
448: l_api_name,
449: G_PKG_NAME)) THEN

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

573: l_api_name CONSTANT VARCHAR2(30) := 'validate_txd_asset_Def';
574: l_api_version CONSTANT NUMBER := 1;
575: BEGIN
576: savepoint validate_txd_asset_Def_pub;
577: -- Standard call to check for call compatibility.
578: IF NOT (FND_API.Compatible_API_Call (l_api_version,
579: p_api_version,
580: l_api_name,
581: G_PKG_NAME)) THEN