DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_OP_REASON_CODES

Line 191: reason_code WSM_OP_REASON_CODES.reason_code%TYPE,

187: TYPE t_sec_move_out_qty_tbls_type is table of t_sec_move_out_qty_tbl_type index by binary_integer;
188:
189: /*
190: Type t_jobop_reason_codes_rec is RECORD(
191: reason_code WSM_OP_REASON_CODES.reason_code%TYPE,
192: quantity WSM_OP_REASON_CODES.quantity%TYPE
193: );
194:
195: TYPE t_jobop_scrap_codes_tbl_type is table of t_jobop_reason_codes_rec index by binary_integer;

Line 192: quantity WSM_OP_REASON_CODES.quantity%TYPE

188:
189: /*
190: Type t_jobop_reason_codes_rec is RECORD(
191: reason_code WSM_OP_REASON_CODES.reason_code%TYPE,
192: quantity WSM_OP_REASON_CODES.quantity%TYPE
193: );
194:
195: TYPE t_jobop_scrap_codes_tbl_type is table of t_jobop_reason_codes_rec index by binary_integer;
196: TYPE t_jobop_scrap_codes_tbls_type is table of t_jobop_scrap_codes_tbl_type index by binary_integer;

Line 199: --TYPE t_jobop_scrap_codes_tbl_type is table of wsm_op_reason_codes%rowtype index by binary_integer;

195: TYPE t_jobop_scrap_codes_tbl_type is table of t_jobop_reason_codes_rec index by binary_integer;
196: TYPE t_jobop_scrap_codes_tbls_type is table of t_jobop_scrap_codes_tbl_type index by binary_integer;
197: */
198:
199: --TYPE t_jobop_scrap_codes_tbl_type is table of wsm_op_reason_codes%rowtype index by binary_integer;
200: TYPE t_scrap_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;
201: TYPE t_scrap_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;
202:
203: TYPE t_scrap_codes_tbls_type is table of t_scrap_codes_tbl_type index by binary_integer;

Line 200: TYPE t_scrap_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;

196: TYPE t_jobop_scrap_codes_tbls_type is table of t_jobop_scrap_codes_tbl_type index by binary_integer;
197: */
198:
199: --TYPE t_jobop_scrap_codes_tbl_type is table of wsm_op_reason_codes%rowtype index by binary_integer;
200: TYPE t_scrap_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;
201: TYPE t_scrap_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;
202:
203: TYPE t_scrap_codes_tbls_type is table of t_scrap_codes_tbl_type index by binary_integer;
204: TYPE t_scrap_code_qty_tbls_type is table of t_scrap_code_qty_tbl_type index by binary_integer;

Line 201: TYPE t_scrap_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;

197: */
198:
199: --TYPE t_jobop_scrap_codes_tbl_type is table of wsm_op_reason_codes%rowtype index by binary_integer;
200: TYPE t_scrap_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;
201: TYPE t_scrap_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;
202:
203: TYPE t_scrap_codes_tbls_type is table of t_scrap_codes_tbl_type index by binary_integer;
204: TYPE t_scrap_code_qty_tbls_type is table of t_scrap_code_qty_tbl_type index by binary_integer;
205:

Line 210: TYPE t_bonus_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;

206: /*
207: TYPE t_jobop_bonus_codes_tbl_type is table of t_jobop_reason_codes_rec index by binary_integer;
208: TYPE t_jobop_bonus_codes_tbls_type is table of t_jobop_bonus_codes_tbl_type index by binary_integer;
209: */
210: TYPE t_bonus_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;
211: TYPE t_bonus_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;
212:
213: --TYPE t_jobop_bonus_codes_tbls_type is table of t_jobop_bonus_codes_tbl_type index by binary_integer;
214: TYPE t_bonus_codes_tbls_type is table of t_bonus_codes_tbl_type index by binary_integer;

Line 211: TYPE t_bonus_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;

207: TYPE t_jobop_bonus_codes_tbl_type is table of t_jobop_reason_codes_rec index by binary_integer;
208: TYPE t_jobop_bonus_codes_tbls_type is table of t_jobop_bonus_codes_tbl_type index by binary_integer;
209: */
210: TYPE t_bonus_codes_tbl_type is table of wsm_op_reason_codes.REASON_CODE%type index by binary_integer;
211: TYPE t_bonus_code_qty_tbl_type is table of wsm_op_reason_codes.QUANTITY%type index by binary_integer;
212:
213: --TYPE t_jobop_bonus_codes_tbls_type is table of t_jobop_bonus_codes_tbl_type index by binary_integer;
214: TYPE t_bonus_codes_tbls_type is table of t_bonus_codes_tbl_type index by binary_integer;
215: TYPE t_bonus_code_qty_tbls_type is table of t_bonus_code_qty_tbl_type index by binary_integer;