DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_PVT dependencies on WIP_SERIAL_MOVE_INTERFACE

Line 9: TYPE t_wip_intf_tbl_type is table of WIP_SERIAL_MOVE_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:
11: WSM_ADD_SERIAL_NUM CONSTANT NUMBER := 1;
12: WSM_DELINK_SERIAL_NUM CONSTANT NUMBER := 2;
13: WSM_UPDATE_SERIAL_NUM CONSTANT NUMBER := 3;