DBA Data[Home] [Help]

APPS.INV_ITEM_REVISION_PUB dependencies on STANDARD

Line 608: -- Standard start of API savepoint

604: /*End of comment*/
605:
606: BEGIN
607:
608: -- Standard start of API savepoint
609: SAVEPOINT Create_Item_Revision_PUB;
610:
611: --
612: -- Capture the current date. The Global has value when it is called from

Line 1173: -- Standard check of p_commit

1169: END;
1170: */ /* R12: Business Event Enhancement:
1171: Raise Event if Revision got Created successfully */
1172:
1173: -- Standard check of p_commit
1174: IF FND_API.To_Boolean (p_commit) THEN
1175: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1176: COMMIT WORK;
1177: END IF;

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

1175: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1176: COMMIT WORK;
1177: END IF;
1178:
1179: -- Standard call to get message count and if count is 1, get message info.
1180:
1181: IF G_Message_API = 'BOM' THEN
1182: x_msg_count := Error_Handler.Get_Message_Count;
1183: ELSE

Line 1326: -- Standard start of API savepoint

1322:
1323: BEGIN
1324:
1325:
1326: -- Standard start of API savepoint
1327: SAVEPOINT Update_Item_Revision_PUB;
1328:
1329: --
1330: -- Capture the current date. The Global has value when it is called from

Line 1866: -- Standard check of p_commit

1862: /* R12: Business Event Enhancement :
1863: Raise Event if Revision got Updated successfully */
1864:
1865:
1866: -- Standard check of p_commit
1867: IF FND_API.To_Boolean (p_commit) THEN
1868: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1869: COMMIT WORK;
1870: END IF;

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

1868: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
1869: COMMIT WORK;
1870: END IF;
1871:
1872: -- Standard call to get message count and if count is 1, get message info.
1873:
1874: IF G_Message_API = 'BOM' THEN
1875: x_msg_count := Error_Handler.Get_Message_Count;
1876: ELSE

Line 1990: -- Standard Start of API savepoint

1986: FOR UPDATE NOWAIT;
1987:
1988: BEGIN
1989:
1990: -- Standard Start of API savepoint
1991: SAVEPOINT Lock_Item_Revision_PUB;
1992:
1993: -- Check for call compatibility
1994: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,

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

2037: Add_Message ('INV', 'INV_ITM_REVISION_REC_CHANGED');
2038: RAISE FND_API.g_EXC_ERROR;
2039: END IF;
2040:
2041: -- Standard call to get message count and if count is 1, get message info.
2042:
2043: IF G_Message_API = 'BOM' THEN
2044: x_msg_count := Error_Handler.Get_Message_Count;
2045: ELSE

Line 2148: -- Standard Start of API savepoint

2144: l_object_version_number NUMBER;
2145:
2146: BEGIN
2147:
2148: -- Standard Start of API savepoint
2149: SAVEPOINT Delete_Item_Revision_PUB;
2150:
2151: -- Check for call compatibility
2152: IF NOT FND_API.Compatible_API_Call (l_api_version, p_api_version,

Line 2231: -- Standard check of p_commit

2227: AND revision_id = G_revision_id;
2228:
2229: --dbms_output.put_line('done DELETEing FROM mtl_item_revisions; x_return_status = ' || x_return_status);
2230:
2231: -- Standard check of p_commit
2232: IF FND_API.To_Boolean (p_commit) THEN
2233: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
2234: COMMIT WORK;
2235: END IF;

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

2233: --INV_ITEM_MSG.Debug(Mctx, 'before COMMIT WORK');
2234: COMMIT WORK;
2235: END IF;
2236:
2237: -- Standard call to get message count and if count is 1, get message info.
2238:
2239: IF G_Message_API = 'BOM' THEN
2240: x_msg_count := Error_Handler.Get_Message_Count;
2241: ELSE