DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_SERIAL_SUPPORT_GRP

Line 233: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_REC index by binary_integer;

229: TYPE t_jobop_res_usages_tbl_type is table of WIP_RESOURCE_ACTUAL_TIMES%ROWTYPE index by binary_integer;
230: --TYPE t_jobop_res_usages_tbl_type is table of t_jobop_res_usages_rec index by binary_integer;
231: TYPE t_jobop_res_usages_tbls_type is table of t_jobop_res_usages_tbl_type index by binary_integer;
232:
233: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_REC index by binary_integer;
234: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_SERIAL_TXN_INTERFACE%ROWTYPE index by binary_integer;
235:
236: TYPE t_scrap_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;
237: TYPE t_bonus_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;

Line 236: TYPE t_scrap_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;

232:
233: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_REC index by binary_integer;
234: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_SERIAL_TXN_INTERFACE%ROWTYPE index by binary_integer;
235:
236: TYPE t_scrap_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;
237: TYPE t_bonus_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;
238:
239: Procedure MoveTransaction(
240: p_group_id IN NUMBER,

Line 237: TYPE t_bonus_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;

233: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_REC index by binary_integer;
234: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_SERIAL_TXN_INTERFACE%ROWTYPE index by binary_integer;
235:
236: TYPE t_scrap_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;
237: TYPE t_bonus_serials_tbls_type is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL index by binary_integer;
238:
239: Procedure MoveTransaction(
240: p_group_id IN NUMBER,
241: p_transaction_id IN NUMBER,

Line 280: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,

276: p_expected_completion_date IN DATE,
277: p_mtl_txn_hdr_id IN NUMBER,
278: p_sec_uom_code_tbl IN t_sec_uom_code_tbl_type,
279: p_sec_move_out_qty_tbl IN t_sec_move_out_qty_tbl_type,
280: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
281: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
282: p_scrap_codes_tbl IN t_scrap_codes_tbl_type,
283: p_scrap_code_qty_tbl IN t_scrap_code_qty_tbl_type,
284: p_bonus_codes_tbl IN t_bonus_codes_tbl_type,

Line 281: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,

277: p_mtl_txn_hdr_id IN NUMBER,
278: p_sec_uom_code_tbl IN t_sec_uom_code_tbl_type,
279: p_sec_move_out_qty_tbl IN t_sec_move_out_qty_tbl_type,
280: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
281: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
282: p_scrap_codes_tbl IN t_scrap_codes_tbl_type,
283: p_scrap_code_qty_tbl IN t_scrap_code_qty_tbl_type,
284: p_bonus_codes_tbl IN t_bonus_codes_tbl_type,
285: p_bonus_code_qty_tbl IN t_bonus_code_qty_tbl_type,