DBA Data[Home] [Help]

APPS.INV_MIGRATE_PROCESS_ORG dependencies on IC_WHSE_MST_VW

Line 778: FROM ic_whse_mst_vw

774:
775: --CURSORS
776: CURSOR Cur_get_warehouse IS
777: SELECT *
778: FROM ic_whse_mst_vw
779: WHERE subinventory_ind_flag = 'Y'
780: AND orgn_code = P_orgn_code
781: AND NVL(migrated_ind,0) = 0;
782: