DBA Data[Home] [Help]

APPS.BOM_COPY_BILL dependencies on INV_ITEM_PVT

Line 6743: inv_item_pvt.sync_im_index;

6739: END IF; -- l_item_org_assign_tbl.FIRST IS NOT NULL
6740: END IF; -- l_return_status <> FND_API.G_RET_STS_SUCCESS When API returns non-success status
6741:
6742: -- Sync up the index after item creation
6743: inv_item_pvt.sync_im_index;
6744: EXCEPTION
6745: WHEN OTHERS
6746: THEN
6747: err_msg := 'COPY_BILL ( assign_items_to_org )' || SQLERRM;