DBA Data[Home] [Help]

APPS.AHL_MC_MASTERCONFIG_PVT dependencies on STANDARD

Line 95: -- Standard start of API savepoint

91: l_subconfig_tbl AHL_MC_Node_PVT.Subconfig_Tbl_Type;
92:
93: BEGIN
94:
95: -- Standard start of API savepoint
96: SAVEPOINT Create_Master_Config_SP;
97:
98: -- Standard call to check for call compatibility
99: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

94:
95: -- Standard start of API savepoint
96: SAVEPOINT Create_Master_Config_SP;
97:
98: -- Standard call to check for call compatibility
99: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
100: THEN
101: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
102: END IF;

Line 408: -- Standard check for p_commit

404: THEN
405: RAISE FND_API.G_EXC_ERROR;
406: END IF;
407:
408: -- Standard check for p_commit
409: IF FND_API.TO_BOOLEAN (p_commit)
410: THEN
411: COMMIT WORK;
412: END IF;

Line 414: -- Standard call to get message count and if count is 1, get message info

410: THEN
411: COMMIT WORK;
412: END IF;
413:
414: -- Standard call to get message count and if count is 1, get message info
415: FND_MSG_PUB.count_and_get
416: (
417: p_count => x_msg_count,
418: p_data => x_msg_data,

Line 490: -- Standard start of API savepoint

486: l_header_status VARCHAR2(30);
487:
488: BEGIN
489:
490: -- Standard start of API savepoint
491: SAVEPOINT Modify_Master_Config_SP;
492:
493: -- Standard call to check for call compatibility
494: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

489:
490: -- Standard start of API savepoint
491: SAVEPOINT Modify_Master_Config_SP;
492:
493: -- Standard call to check for call compatibility
494: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
495: THEN
496: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
497: END IF;

Line 772: -- Standard check for p_commit

768: IF ( x_msg_count > 0 AND l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
769: RAISE FND_API.G_EXC_ERROR;
770: END IF;
771:
772: -- Standard check for p_commit
773: IF FND_API.TO_BOOLEAN (p_commit)
774: THEN
775: COMMIT WORK;
776: END IF;

Line 778: -- Standard call to get message count and if count is 1, get message info

774: THEN
775: COMMIT WORK;
776: END IF;
777:
778: -- Standard call to get message count and if count is 1, get message info
779: FND_MSG_PUB.count_and_get
780: (
781: p_count => x_msg_count,
782: p_data => x_msg_data,

Line 902: -- Standard start of API savepoint

898: l_topnode_object_ver_num NUMBER;
899:
900: BEGIN
901:
902: -- Standard start of API savepoint
903: SAVEPOINT Delete_Master_Config_SP;
904:
905: -- Standard call to check for call compatibility
906: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

901:
902: -- Standard start of API savepoint
903: SAVEPOINT Delete_Master_Config_SP;
904:
905: -- Standard call to check for call compatibility
906: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
907: THEN
908: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
909: END IF;

Line 1194: -- Standard check for p_commit

1190: IF x_msg_count > 0 THEN
1191: RAISE FND_API.G_EXC_ERROR;
1192: END IF;
1193:
1194: -- Standard check for p_commit
1195: IF FND_API.TO_BOOLEAN (p_commit)
1196: THEN
1197: COMMIT WORK;
1198: END IF;

Line 1200: -- Standard call to get message count and if count is 1, get message info

1196: THEN
1197: COMMIT WORK;
1198: END IF;
1199:
1200: -- Standard call to get message count and if count is 1, get message info
1201: FND_MSG_PUB.count_and_get
1202: (
1203: p_count => x_msg_count,
1204: p_data => x_msg_data,

Line 1276: -- Standard start of API savepoint

1272: l_old_node_id NUMBER;
1273:
1274: BEGIN
1275:
1276: -- Standard start of API savepoint
1277: SAVEPOINT Copy_Master_Config_SP;
1278:
1279: -- Standard call to check for call compatibility
1280: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

1275:
1276: -- Standard start of API savepoint
1277: SAVEPOINT Copy_Master_Config_SP;
1278:
1279: -- Standard call to check for call compatibility
1280: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1281: THEN
1282: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1283: END IF;

Line 1499: -- Standard check for p_commit

1495: IF x_msg_count > 0 THEN
1496: RAISE FND_API.G_EXC_ERROR;
1497: END IF;
1498:
1499: -- Standard check for p_commit
1500: IF FND_API.TO_BOOLEAN (p_commit)
1501: THEN
1502: COMMIT WORK;
1503: END IF;

Line 1505: -- Standard call to get message count and if count is 1, get message info

1501: THEN
1502: COMMIT WORK;
1503: END IF;
1504:
1505: -- Standard call to get message count and if count is 1, get message info
1506: FND_MSG_PUB.count_and_get
1507: (
1508: p_count => x_msg_count,
1509: p_data => x_msg_data,

Line 1674: -- Standard start of API savepoint

1670: l_node_rec AHL_MC_Node_PVT.Node_Rec_Type;
1671:
1672: BEGIN
1673:
1674: -- Standard start of API savepoint
1675: SAVEPOINT Create_MC_Revision_SP;
1676:
1677: -- Standard call to check for call compatibility
1678: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

1673:
1674: -- Standard start of API savepoint
1675: SAVEPOINT Create_MC_Revision_SP;
1676:
1677: -- Standard call to check for call compatibility
1678: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
1679: THEN
1680: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1681: END IF;

Line 2009: -- Standard check for p_commit

2005: IF x_msg_count > 0 THEN
2006: RAISE FND_API.G_EXC_ERROR;
2007: END IF;
2008:
2009: -- Standard check for p_commit
2010: IF FND_API.TO_BOOLEAN (p_commit)
2011: THEN
2012: COMMIT WORK;
2013: END IF;

Line 2015: -- Standard call to get message count and if count is 1, get message info

2011: THEN
2012: COMMIT WORK;
2013: END IF;
2014:
2015: -- Standard call to get message count and if count is 1, get message info
2016: FND_MSG_PUB.count_and_get
2017: (
2018: p_count => x_msg_count,
2019: p_data => x_msg_data,

Line 2143: -- Standard start of API savepoint

2139: l_igp_object_ver_num NUMBER;
2140:
2141: BEGIN
2142:
2143: -- Standard start of API savepoint
2144: SAVEPOINT Reopen_Master_Config_SP;
2145:
2146: -- Standard call to check for call compatibility
2147: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

2142:
2143: -- Standard start of API savepoint
2144: SAVEPOINT Reopen_Master_Config_SP;
2145:
2146: -- Standard call to check for call compatibility
2147: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2148: THEN
2149: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2150: END IF;

Line 2289: -- Standard check for p_commit

2285: IF x_msg_count > 0 THEN
2286: RAISE FND_API.G_EXC_ERROR;
2287: END IF;
2288:
2289: -- Standard check for p_commit
2290: IF FND_API.TO_BOOLEAN (p_commit)
2291: THEN
2292: COMMIT WORK;
2293: END IF;

Line 2295: -- Standard call to get message count and if count is 1, get message info

2291: THEN
2292: COMMIT WORK;
2293: END IF;
2294:
2295: -- Standard call to get message count and if count is 1, get message info
2296: FND_MSG_PUB.count_and_get
2297: (
2298: p_count => x_msg_count,
2299: p_data => x_msg_data,

Line 2374: -- Standard start of API savepoint

2370: l_item_type VARCHAR2(8);
2371:
2372: BEGIN
2373:
2374: -- Standard start of API savepoint
2375: SAVEPOINT Initiate_MC_Approval_SP;
2376:
2377: -- Standard call to check for call compatibility
2378: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)

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

2373:
2374: -- Standard start of API savepoint
2375: SAVEPOINT Initiate_MC_Approval_SP;
2376:
2377: -- Standard call to check for call compatibility
2378: IF NOT FND_API.compatible_api_call(l_api_version, p_api_version, l_api_name, G_PKG_NAME)
2379: THEN
2380: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2381: END IF;

Line 2560: -- Standard check for p_commit

2556: IF x_msg_count > 0 THEN
2557: RAISE FND_API.G_EXC_ERROR;
2558: END IF;
2559:
2560: -- Standard check for p_commit
2561: IF FND_API.TO_BOOLEAN (p_commit)
2562: THEN
2563: COMMIT WORK;
2564: END IF;

Line 2566: -- Standard call to get message count and if count is 1, get message info

2562: THEN
2563: COMMIT WORK;
2564: END IF;
2565:
2566: -- Standard call to get message count and if count is 1, get message info
2567: FND_MSG_PUB.count_and_get
2568: (
2569: p_count => x_msg_count,
2570: p_data => x_msg_data,