DBA Data[Home] [Help]

APPS.INV_ITEM_REVISION_PUB dependencies on STANDARD

Line 576: -- Standard start of API savepoint

572: l_message_name VARCHAR2(200);
573:
574: BEGIN
575:
576: -- Standard start of API savepoint
577: SAVEPOINT Create_Item_Revision_PUB;
578:
579: --
580: -- Capture the current date. The Global has value when it is called from

Line 1118: -- Standard check of p_commit

1114: END;
1115: */ /* R12: Business Event Enhancement:
1116: Raise Event if Revision got Created successfully */
1117:
1118: -- Standard check of p_commit
1119: IF FND_API.To_Boolean (p_commit) THEN
1120: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1121: COMMIT WORK;
1122: END IF;

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

1120: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1121: COMMIT WORK;
1122: END IF;
1123:
1124: -- Standard call to get message count and if count is 1, get message info.
1125:
1126: IF G_Message_API = 'BOM' THEN
1127: x_msg_count := Error_Handler.Get_Message_Count;
1128: ELSE

Line 1264: -- Standard start of API savepoint

1260:
1261: BEGIN
1262:
1263:
1264: -- Standard start of API savepoint
1265: SAVEPOINT Update_Item_Revision_PUB;
1266:
1267: --
1268: -- Capture the current date. The Global has value when it is called from

Line 1804: -- Standard check of p_commit

1800: /* R12: Business Event Enhancement :
1801: Raise Event if Revision got Updated successfully */
1802:
1803:
1804: -- Standard check of p_commit
1805: IF FND_API.To_Boolean (p_commit) THEN
1806: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1807: COMMIT WORK;
1808: END IF;

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

1806: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1807: COMMIT WORK;
1808: END IF;
1809:
1810: -- Standard call to get message count and if count is 1, get message info.
1811:
1812: IF G_Message_API = 'BOM' THEN
1813: x_msg_count := Error_Handler.Get_Message_Count;
1814: ELSE

Line 1928: -- Standard Start of API savepoint

1924: FOR UPDATE NOWAIT;
1925:
1926: BEGIN
1927:
1928: -- Standard Start of API savepoint
1929: SAVEPOINT Lock_Item_Revision_PUB;
1930:
1931: -- Check for call compatibility
1932: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,

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

1975: Add_Message ('INV', 'INV_ITM_REVISION_REC_CHANGED');
1976: RAISE FND_API.g_EXC_ERROR;
1977: END IF;
1978:
1979: -- Standard call to get message count and if count is 1, get message info.
1980:
1981: IF G_Message_API = 'BOM' THEN
1982: x_msg_count := Error_Handler.Get_Message_Count;
1983: ELSE

Line 2086: -- Standard Start of API savepoint

2082: l_object_version_number NUMBER;
2083:
2084: BEGIN
2085:
2086: -- Standard Start of API savepoint
2087: SAVEPOINT Delete_Item_Revision_PUB;
2088:
2089: -- Check for call compatibility
2090: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,

Line 2169: -- Standard check of p_commit

2165: AND revision_id = G_revision_id;
2166:
2167: --dbms_output.put_line('done DELETEing FROM mtl_item_revisions; x_return_status = ' || x_return_status);
2168:
2169: -- Standard check of p_commit
2170: IF FND_API.To_Boolean (p_commit) THEN
2171: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
2172: COMMIT WORK;
2173: END IF;

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

2171: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
2172: COMMIT WORK;
2173: END IF;
2174:
2175: -- Standard call to get message count and if count is 1, get message info.
2176:
2177: IF G_Message_API = 'BOM' THEN
2178: x_msg_count := Error_Handler.Get_Message_Count;
2179: ELSE