DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_PVT dependencies on MTL_SERIAL_NUMBERS

Line 6: TYPE t_serial_number_tbl_type is table of MTL_SERIAL_NUMBERS%ROWTYPE index by binary_integer;

2: /* $Header: WSMVSERS.pls 120.4 2006/04/11 23:43 sthangad noship $ */
3:
4: TYPE t_serial_intf_tbl_type is table of WSM_SERIAL_TXN_INTERFACE%ROWTYPE index by binary_integer;
5: TYPE t_serial_temp_tbl_type is table of WSM_SERIAL_TXN_TEMP%ROWTYPE index by binary_integer;
6: TYPE t_serial_number_tbl_type is table of MTL_SERIAL_NUMBERS%ROWTYPE index by binary_integer;
7: TYPE t_number is table of NUMBER index by binary_integer;
8: type t_varchar2 is table of varchar2(100) index by binary_integer;
9: TYPE t_wip_intf_tbl_type is table of WIP_SERIAL_MOVE_INTERFACE%ROWTYPE index by binary_integer;
10: