DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_OP_SECONDARY_QUANTITIES

Line 175: uom_code WSM_OP_SECONDARY_QUANTITIES.uom_code%TYPE,

171:
172: --MES skaradib
173: /*
174: TYPE t_jobop_secondary_qty_rec is RECORD(
175: uom_code WSM_OP_SECONDARY_QUANTITIES.uom_code%TYPE,
176: move_in_quantity WSM_OP_SECONDARY_QUANTITIES.move_in_quantity%TYPE,
177: move_out_quantity WSM_OP_SECONDARY_QUANTITIES.move_out_quantity%TYPE
178: );
179: */

Line 176: move_in_quantity WSM_OP_SECONDARY_QUANTITIES.move_in_quantity%TYPE,

172: --MES skaradib
173: /*
174: TYPE t_jobop_secondary_qty_rec is RECORD(
175: uom_code WSM_OP_SECONDARY_QUANTITIES.uom_code%TYPE,
176: move_in_quantity WSM_OP_SECONDARY_QUANTITIES.move_in_quantity%TYPE,
177: move_out_quantity WSM_OP_SECONDARY_QUANTITIES.move_out_quantity%TYPE
178: );
179: */
180:

Line 177: move_out_quantity WSM_OP_SECONDARY_QUANTITIES.move_out_quantity%TYPE

173: /*
174: TYPE t_jobop_secondary_qty_rec is RECORD(
175: uom_code WSM_OP_SECONDARY_QUANTITIES.uom_code%TYPE,
176: move_in_quantity WSM_OP_SECONDARY_QUANTITIES.move_in_quantity%TYPE,
177: move_out_quantity WSM_OP_SECONDARY_QUANTITIES.move_out_quantity%TYPE
178: );
179: */
180:
181: --TYPE t_jobop_secondary_qty_tbl_type is table of t_jobop_secondary_qty_rec index by binary_integer;

Line 182: TYPE t_sec_uom_code_tbl_type is table of wsm_op_secondary_quantities.UOM_CODE%TYPE index by binary_integer;

178: );
179: */
180:
181: --TYPE t_jobop_secondary_qty_tbl_type is table of t_jobop_secondary_qty_rec index by binary_integer;
182: TYPE t_sec_uom_code_tbl_type is table of wsm_op_secondary_quantities.UOM_CODE%TYPE index by binary_integer;
183: TYPE t_sec_move_out_qty_tbl_type is table of wsm_op_secondary_quantities.MOVE_OUT_QUANTITY%TYPE index by binary_integer;
184:
185: --TYPE t_jobop_sec_qty_tbls_type is table of t_jobop_secondary_qty_tbl_type index by binary_integer;
186: TYPE t_sec_uom_code_tbls_type is table of t_sec_uom_code_tbl_type index by binary_integer;

Line 183: TYPE t_sec_move_out_qty_tbl_type is table of wsm_op_secondary_quantities.MOVE_OUT_QUANTITY%TYPE index by binary_integer;

179: */
180:
181: --TYPE t_jobop_secondary_qty_tbl_type is table of t_jobop_secondary_qty_rec index by binary_integer;
182: TYPE t_sec_uom_code_tbl_type is table of wsm_op_secondary_quantities.UOM_CODE%TYPE index by binary_integer;
183: TYPE t_sec_move_out_qty_tbl_type is table of wsm_op_secondary_quantities.MOVE_OUT_QUANTITY%TYPE index by binary_integer;
184:
185: --TYPE t_jobop_sec_qty_tbls_type is table of t_jobop_secondary_qty_tbl_type index by binary_integer;
186: TYPE t_sec_uom_code_tbls_type is table of t_sec_uom_code_tbl_type index by binary_integer;
187: TYPE t_sec_move_out_qty_tbls_type is table of t_sec_move_out_qty_tbl_type index by binary_integer;