DBA Data[Home] [Help]

APPS.INV_ITEM_PVT dependencies on INV_ITEM_PVT

Line 1: PACKAGE BODY INV_ITEM_PVT AS

1: PACKAGE BODY INV_ITEM_PVT AS
2: /* $Header: INVVITMB.pls 120.51.12020000.7 2013/01/30 16:49:13 ccsingh ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_ITEM_PVT';
4:
5: -- =============================================================================

Line 3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_ITEM_PVT';

1: PACKAGE BODY INV_ITEM_PVT AS
2: /* $Header: INVVITMB.pls 120.51.12020000.7 2013/01/30 16:49:13 ccsingh ship $ */
3: G_PKG_NAME CONSTANT VARCHAR2(30) := 'INV_ITEM_PVT';
4:
5: -- =============================================================================
6: -- Package variables, constants and cursors
7: -- =============================================================================

Line 375: INV_ITEM_PVT.Lock_Org_Items

371: ------------------------
372:
373: IF ( FND_API.to_Boolean (p_lock_rows) ) THEN
374:
375: INV_ITEM_PVT.Lock_Org_Items
376: (
377: p_Item_ID => p_Item_ID
378: , p_Org_ID => p_Org_ID
379: , p_lock_Master => FND_API.g_TRUE

Line 536: INV_ITEM_PVT.Validate_Item

532: END IF;
533: END IF;
534:
535: /*
536: INV_ITEM_PVT.Validate_Item
537: (
538: p_validation_level => p_validation_level
539: , p_Item_rec => l_Item_rec
540: , x_return_status => l_return_status

Line 2576: INV_ITEM_PVT.Validate_Item

2572: -- Org Item validation --
2573: -------------------------
2574:
2575: /*
2576: INV_ITEM_PVT.Validate_Item
2577: (
2578: p_validation_level => p_validation_level
2579: , p_Item_rec => l_Item_rec
2580: , x_return_status => l_return_status

Line 4436: INV_ITEM_PVT.Update_Org_Items(

4432: l_msg_data VARCHAR2(2000);
4433:
4434: BEGIN
4435:
4436: INV_ITEM_PVT.Update_Org_Items(
4437: p_init_msg_list => fnd_api.g_TRUE
4438: ,p_commit => fnd_api.g_FALSE
4439: ,p_lock_rows => fnd_api.g_FALSE
4440: ,p_validation_level => fnd_api.g_VALID_LEVEL_FULL

Line 6217: INV_ITEM_PVT.Lock_Org_Items (

6213:
6214:
6215: IF ( P_Item_rec.organization_id = Get_Master_Org_ID (P_Item_rec.organization_id) ) THEN
6216: -- Lock organization items
6217: INV_ITEM_PVT.Lock_Org_Items (
6218: p_Item_ID => P_Item_Rec.inventory_item_id
6219: , p_Org_ID => P_Item_rec.organization_id
6220: , p_lock_Master => fnd_api.g_TRUE
6221: , p_lock_Orgs => fnd_api.g_TRUE

Line 6448: INV_ITEM_PVT.SYNC_IM_INDEX;

6444: /*Commit and call sync index so that iM index is in sync.*/
6445: COMMIT;
6446:
6447: /*Fix for Bug 12922572 : FP of Bug 5701472-Since we dropped the index, no point in sync. So comment call to Sync:
6448: INV_ITEM_PVT.SYNC_IM_INDEX;
6449: */
6450: /* End of Fix for bug 12922572 : FP of Bug 5701472 */
6451:
6452: END ADD_LANGUAGE;

Line 6659: END INV_ITEM_PVT;

6655: END Set_Is_Master_Attr_Modified;
6656:
6657: /*Bug 6407303 */
6658:
6659: END INV_ITEM_PVT;