DBA Data[Home] [Help]

APPS.AHL_SB_RULES_PVT dependencies on STANDARD

Line 182: -- Standard start of API savepoint

178: IF (l_log_procedure >= l_log_current_level) THEN
179: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
180: END IF;
181:
182: -- Standard start of API savepoint
183: SAVEPOINT Check_Unit_Completeness_Pvt;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

181:
182: -- Standard start of API savepoint
183: SAVEPOINT Check_Unit_Completeness_Pvt;
184:
185: -- Standard call to check for call compatibility
186: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
187: l_api_name, G_PKG_NAME) THEN
188: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
189: END IF;

Line 450: -- Standard start of API savepoint

446: IF (l_log_procedure >= l_log_current_level) THEN
447: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
448: END IF;
449:
450: -- Standard start of API savepoint
451: SAVEPOINT Check_Inst_Completeness_Pvt;
452:
453: -- Standard call to check for call compatibility
454: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

449:
450: -- Standard start of API savepoint
451: SAVEPOINT Check_Inst_Completeness_Pvt;
452:
453: -- Standard call to check for call compatibility
454: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
455: l_api_name, G_PKG_NAME) THEN
456: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
457: END IF;

Line 854: -- Standard start of API savepoint

850: IF (l_log_procedure >= l_log_current_level) THEN
851: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
852: END IF;
853:
854: -- Standard start of API savepoint
855: SAVEPOINT Copy_Rules_For_MR_Pvt;
856:
857: -- Standard call to check for call compatibility
858: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

853:
854: -- Standard start of API savepoint
855: SAVEPOINT Copy_Rules_For_MR_Pvt;
856:
857: -- Standard call to check for call compatibility
858: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
859: l_api_name, G_PKG_NAME) THEN
860: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
861: END IF;

Line 956: -- Standard check of p_commit

952: FND_LOG.string(l_log_statement, l_full_name, 'copied rule = '||l_get_rule_det_csr_rec.rule_name);
953: END IF;
954: END LOOP;
955:
956: -- Standard check of p_commit
957: IF FND_API.TO_BOOLEAN(p_commit) THEN
958: COMMIT WORK;
959: END IF;
960:

Line 1075: -- Standard start of API savepoint

1071: IF (l_log_procedure >= l_log_current_level) THEN
1072: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1073: END IF;
1074:
1075: -- Standard start of API savepoint
1076: SAVEPOINT Update_Rules_For_MR_Pvt;
1077:
1078: -- Standard call to check for call compatibility
1079: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

1074:
1075: -- Standard start of API savepoint
1076: SAVEPOINT Update_Rules_For_MR_Pvt;
1077:
1078: -- Standard call to check for call compatibility
1079: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1080: l_api_name, G_PKG_NAME) THEN
1081: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1082: END IF;

Line 1183: -- Standard check of p_commit

1179: END LOOP; -- LOOP for l_sb_mc_hdr_id_tbl
1180: END IF; -- l_mr_item_inst_tbl COUNT check
1181: END IF; -- l_sb_mc_hdr_id_tbl COUNT check
1182:
1183: -- Standard check of p_commit
1184: IF FND_API.TO_BOOLEAN(p_commit) THEN
1185: COMMIT WORK;
1186: END IF;
1187:

Line 1284: -- Standard start of API savepoint

1280: IF (l_log_procedure >= l_log_current_level) THEN
1281: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1282: END IF;
1283:
1284: -- Standard start of API savepoint
1285: SAVEPOINT Delete_Rules_For_MR_Pvt;
1286:
1287: -- Standard call to check for call compatibility
1288: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

1283:
1284: -- Standard start of API savepoint
1285: SAVEPOINT Delete_Rules_For_MR_Pvt;
1286:
1287: -- Standard call to check for call compatibility
1288: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1289: l_api_name, G_PKG_NAME) THEN
1290: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1291: END IF;

Line 1335: -- Standard check of p_commit

1331: DELETE FROM AHL_SB_POSITION_RULES WHERE rule_id = l_rule_id_tbl(i);
1332: END LOOP; -- LOOP for l_rule_id_tbl
1333: END IF; -- l_rule_id_tbl COUNT check
1334:
1335: -- Standard check of p_commit
1336: IF FND_API.TO_BOOLEAN(p_commit) THEN
1337: COMMIT WORK;
1338: END IF;
1339:

Line 1753: -- Standard start of API savepoint

1749: IF (l_log_procedure >= l_log_current_level) THEN
1750: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1751: END IF;
1752:
1753: -- Standard start of API savepoint
1754: SAVEPOINT Get_Violated_Instances_Pvt;
1755:
1756: -- Standard call to check for call compatibility
1757: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

1752:
1753: -- Standard start of API savepoint
1754: SAVEPOINT Get_Violated_Instances_Pvt;
1755:
1756: -- Standard call to check for call compatibility
1757: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1758: l_api_name, G_PKG_NAME) THEN
1759: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1760: END IF;

Line 1923: -- Standard start of API savepoint

1919: IF (l_log_procedure >= l_log_current_level) THEN
1920: FND_LOG.string(l_log_procedure, l_full_name || '.begin', 'At the start of the API');
1921: END IF;
1922:
1923: -- Standard start of API savepoint
1924: SAVEPOINT Get_Affected_MC_Pvt;
1925:
1926: -- Standard call to check for call compatibility
1927: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,

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

1922:
1923: -- Standard start of API savepoint
1924: SAVEPOINT Get_Affected_MC_Pvt;
1925:
1926: -- Standard call to check for call compatibility
1927: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
1928: l_api_name, G_PKG_NAME) THEN
1929: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1930: END IF;