DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on INV_ITEM_PVT

Line 6647: inv_item_pvt.sync_im_index;

6643: END IF; -- l_item_org_assign_tbl.FIRST IS NOT NULL
6644: END IF; -- l_return_status <> FND_API.G_RET_STS_SUCCESS When API returns non-success status
6645:
6646: -- Sync up the index after item creation
6647: inv_item_pvt.sync_im_index;
6648: EXCEPTION
6649: WHEN OTHERS
6650: THEN
6651: err_msg := 'COPY_BILL ( assign_items_to_org )' || SQLERRM;