DBA Data[Home] [Help]

APPS.AHL_CMP_PVT dependencies on STANDARD

Line 209: -- Standard start of API savepoint

205: L_RESULT NUMBER;
206: l_trans_count NUMBER;
207:
208: BEGIN
209: -- Standard start of API savepoint
210: SAVEPOINT PERFORM_MTL_XFR_PVT;
211:
212: -- Standard call to check for call compatibility
213: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

208: BEGIN
209: -- Standard start of API savepoint
210: SAVEPOINT PERFORM_MTL_XFR_PVT;
211:
212: -- Standard call to check for call compatibility
213: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
214: G_PKG_NAME) THEN
215: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
216: END IF;

Line 369: -- Standard check of p_commit

365: END IF;
366: END IF;
367: -- END of if which checks the count of transactions created
368:
369: -- Standard check of p_commit
370: IF FND_API.To_Boolean(p_commit) THEN
371: COMMIT WORK;
372: END IF;
373:

Line 1426: -- Standard start of API savepoint

1422: IF (l_log_procedure >= l_log_current_level) THEN
1423: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1424: END IF;
1425:
1426: -- Standard start of API savepoint
1427: SAVEPOINT Process_Repair_Item_Pvt;
1428:
1429: -- Standard call to check for call compatibility
1430: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,

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

1425:
1426: -- Standard start of API savepoint
1427: SAVEPOINT Process_Repair_Item_Pvt;
1428:
1429: -- Standard call to check for call compatibility
1430: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,
1431: l_api_name, G_PKG_NAME) THEN
1432: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1433: END IF;

Line 1902: -- Standard check of p_commit

1898: FND_LOG.string(l_log_statement, l_full_name,
1899: ' p_x_dst_rpr_batch_name = '||p_x_dst_rpr_batch_name);
1900: END IF;
1901:
1902: -- Standard check of p_commit
1903: IF FND_API.TO_BOOLEAN(p_commit) THEN
1904: COMMIT WORK;
1905: END IF;
1906:

Line 2033: -- Standard start of API savepoint

2029:
2030:
2031: BEGIN
2032:
2033: -- Standard start of API savepoint
2034: SAVEPOINT Close_Repair_Batch_Pvt;
2035:
2036: -- Standard call to check for call compatibility
2037: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

2032:
2033: -- Standard start of API savepoint
2034: SAVEPOINT Close_Repair_Batch_Pvt;
2035:
2036: -- Standard call to check for call compatibility
2037: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2038: G_PKG_NAME) THEN
2039: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2040: END IF;

Line 2204: -- Standard check of p_commit

2200: AHL_DEBUG_PUB.enable_debug;
2201: AHL_DEBUG_PUB.debug('End of Close Repair Batch API');
2202: END IF;
2203:
2204: -- Standard check of p_commit
2205: IF FND_API.To_Boolean(p_commit) THEN
2206: COMMIT;
2207: END IF;
2208:

Line 2446: -- Standard start of API savepoint

2442: i NUMBER := 0;
2443: l_is_in_repair_csr VARCHAR2(1) := 'N';
2444:
2445: BEGIN
2446: -- Standard start of API savepoint
2447: SAVEPOINT Move_To_InRepair_Locator_Pvt;
2448: -- Standard call to check for call compatibility
2449: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2450: G_PKG_NAME) THEN

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

2444:
2445: BEGIN
2446: -- Standard start of API savepoint
2447: SAVEPOINT Move_To_InRepair_Locator_Pvt;
2448: -- Standard call to check for call compatibility
2449: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2450: G_PKG_NAME) THEN
2451: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2452: END IF;

Line 2796: -- Standard check of p_commit

2792: END IF;
2793:
2794:
2795:
2796: -- Standard check of p_commit
2797: IF FND_API.To_Boolean(p_commit) THEN
2798: COMMIT;
2799: END IF;
2800: EXCEPTION

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

2912: l_api_version CONSTANT NUMBER := 1.0;
2913: L_DEBUG_KEY CONSTANT VARCHAR2(100) := 'ahl.plsql.' || G_PKG_NAME || '.' || l_api_name;
2914: BEGIN
2915:
2916: -- Standard call to check for call compatibility
2917: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
2918: G_PKG_NAME) THEN
2919: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2920: END IF;

Line 3040: -- Standard check of p_commit

3036: IF (l_log_statement >= l_log_current_level) THEN
3037: FND_LOG.string(l_log_statement, L_DEBUG_KEY,'New Instance ID: ' || x_new_instance_id);
3038: END IF;
3039:
3040: -- Standard check of p_commit
3041: IF FND_API.To_Boolean(p_commit) THEN
3042: COMMIT;
3043: END IF;
3044:

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

3149: l_debug VARCHAR2(1) := 'N';
3150: l_wip_entityids NUMBER;
3151: BEGIN
3152:
3153: -- Standard call to check for call compatibility
3154: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
3155: G_PKG_NAME) THEN
3156: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3157: END IF;

Line 3238: -- Standard check of p_commit

3234: END IF;
3235: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3236: END IF;
3237:
3238: -- Standard check of p_commit
3239: IF FND_API.To_Boolean(p_commit) THEN
3240: COMMIT;
3241: END IF;
3242:

Line 3502: -- Standard start of API savepoint

3498:
3499:
3500:
3501: BEGIN
3502: -- Standard start of API savepoint
3503: SAVEPOINT PERFORM_RETURN_TXN_PVT;
3504:
3505: -- Standard call to check for call compatibility
3506: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,

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

3501: BEGIN
3502: -- Standard start of API savepoint
3503: SAVEPOINT PERFORM_RETURN_TXN_PVT;
3504:
3505: -- Standard call to check for call compatibility
3506: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
3507: G_PKG_NAME) THEN
3508: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3509: END IF;

Line 3869: -- Standard check of p_commit

3865: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
3866: fnd_log.string(l_log_statement, l_debug,'End of Perform Return Txn API');
3867: END IF;
3868:
3869: -- Standard check of p_commit
3870: IF FND_API.To_Boolean(p_commit) THEN
3871: COMMIT WORK;
3872: END IF;
3873: