DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PROD_OPTNS_PUB dependencies on STANDARD

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

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

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

165: l_api_name CONSTANT VARCHAR2(30) := 'UPDATE_CONTRACT_OPTION';
166: l_api_version CONSTANT NUMBER := 1;
167: BEGIN
168: savepoint update_contract_option_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 312: -- Standard call to check for call compatibility.

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

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

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

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

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