DBA Data[Home] [Help]

APPS.AHL_WARRANTY_CONTRACTS_PVT dependencies on STANDARD

Line 93: -- Standard start of API savepoint

89: auto_create_details_rec auto_assign_item_instances_csr%ROWTYPE;
90:
91: BEGIN
92:
93: -- Standard start of API savepoint
94: SAVEPOINT Auto_Create_Warranty_Contracts;
95:
96: -- initialize return status to success
97: retcode := 0;

Line 102: -- Standard call to check for call compatibility

98:
99: -- Initialize error message stack by default
100: FND_MSG_PUB.Initialize;
101:
102: -- Standard call to check for call compatibility
103: FND_FILE.put_line(FND_FILE.LOG, 'p_api_version -> '|| p_api_version);
104: FND_FILE.NEW_LINE(FND_FILE.LOG, 1);
105: FND_FILE.put_line(FND_FILE.LOG, 'l_api_version -> '|| l_api_version);
106: FND_FILE.NEW_LINE(FND_FILE.LOG, 2);

Line 362: -- Standard start of API savepoint

358:
359: warranty_contract_counter_rec warranty_contract_counter_csr%ROWTYPE;
360: BEGIN
361:
362: -- Standard start of API savepoint
363: SAVEPOINT Create_Contract;
364:
365: IF (l_log_procedure >= l_log_current_level) THEN
366: FND_LOG.string(l_log_procedure, L_DEBUG_KEY || '.begin',

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

375:
376: -- Initialize API return status to success
377: x_return_status := FND_API.G_RET_STS_SUCCESS;
378:
379: -- Standard call to check for call compatibility.
380: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
381: p_api_version,
382: l_api_name,G_PKG_NAME) THEN
383: IF (l_log_statement >= l_log_current_level) THEN

Line 669: -- Standard check of p_commit.

665: ---------------------------End of Body-------------------------------------
666: --
667: -- END of API body.
668: --
669: -- Standard check of p_commit.
670: IF Fnd_Api.To_Boolean ( p_commit ) THEN
671: COMMIT WORK;
672: END IF;
673: