DBA Data[Home] [Help]

APPS.WSH_OTM_SYNC_ITEM_PKG dependencies on DUAL

Line 79: FROM dual;

75:
76: --Cursor to get the new transmission Id
77: CURSOR c_get_transmission_id IS
78: SELECT wsh_otm_sync_ref_data_log_s.NEXTVAL
79: FROM dual;
80:
81: --Declare are local variables of GLOG record and table types
82: l_tbl_send_item_info WSH_OTM_GLOG_ITEM_TBL;
83: l_rec_itemmaster WSH_OTM_ITEMMASTER;