DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_SERIAL_SUPPORT_GRP

Line 6195: l_WSM_SERIAL_NUM_TBL WSM_SERIAL_SUPPORT_GRP.WSM_SERIAL_NUM_TBL;

6191: l_wltx_transactions_rec WSM_WIP_LOT_TXN_PVT.WLTX_TRANSACTIONS_REC_TYPE;
6192: l_wltx_starting_job_tbl WSM_WIP_LOT_TXN_PVT.WLTX_STARTING_JOBS_TBL_TYPE;
6193: l_wltx_resulting_job_tbl WSM_WIP_LOT_TXN_PVT.WLTX_RESULTING_JOBS_TBL_TYPE;
6194: l_wltx_secondary_qty_tbl WSM_WIP_LOT_TXN_PVT.WSM_JOB_SECONDARY_QTY_TBL_TYPE;
6195: l_WSM_SERIAL_NUM_TBL WSM_SERIAL_SUPPORT_GRP.WSM_SERIAL_NUM_TBL;
6196: l_wip_include_comp_yield NUMBER;
6197: --Bug 5480482:Following variable declaration is commented.
6198: --l_wco_fm_op_network_start WSM_COPY_OPERATIONS.network_start_end%TYPE;
6199: --l_wco_to_op_network_end WSM_COPY_OPERATIONS.network_start_end%TYPE;

Line 7749: l_serial_tbl WSM_Serial_Support_Grp.wsm_serial_num_tbl;

7745: l_return_status VARCHAR2(1);
7746: l_error_msg VARCHAR2(2000);
7747: l_error_count NUMBER;
7748: l_serial_track_flag NUMBER;
7749: l_serial_tbl WSM_Serial_Support_Grp.wsm_serial_num_tbl;
7750: --Bug 5208097: Start of changes
7751: l_move_quantity NUMBER;
7752: l_scrap_quantity NUMBER;
7753: l_scrap_txn_id1 NUMBER;

Line 11312: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,

11308: p_expected_completion_date IN DATE,
11309: p_mtl_txn_hdr_id IN NUMBER,
11310: p_sec_uom_code_tbl IN t_sec_uom_code_tbl_type,
11311: p_sec_move_out_qty_tbl IN t_sec_move_out_qty_tbl_type,
11312: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
11313: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
11314: p_scrap_codes_tbl IN t_scrap_codes_tbl_type,
11315: p_scrap_code_qty_tbl IN t_scrap_code_qty_tbl_type,
11316: p_bonus_codes_tbl IN t_bonus_codes_tbl_type,

Line 11313: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,

11309: p_mtl_txn_hdr_id IN NUMBER,
11310: p_sec_uom_code_tbl IN t_sec_uom_code_tbl_type,
11311: p_sec_move_out_qty_tbl IN t_sec_move_out_qty_tbl_type,
11312: p_jobop_scrap_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
11313: p_jobop_bonus_serials_tbl IN WSM_Serial_support_GRP.WSM_SERIAL_NUM_TBL,
11314: p_scrap_codes_tbl IN t_scrap_codes_tbl_type,
11315: p_scrap_code_qty_tbl IN t_scrap_code_qty_tbl_type,
11316: p_bonus_codes_tbl IN t_bonus_codes_tbl_type,
11317: p_bonus_code_qty_tbl IN t_bonus_code_qty_tbl_type,

Line 11669: WSM_Serial_support_GRP.populate_components(

11665: END IF;
11666: END IF; --(l_mti_rows > 0)
11667: END;
11668: ELSE --p_transaction_type IN (g_undo_txn, g_ret_txn)
11669: WSM_Serial_support_GRP.populate_components(
11670: p_wip_entity_id => p_wip_entity_id,
11671: p_organization_id => p_organization_id,
11672: p_move_txn_id => p_transaction_id,
11673: p_move_txn_type => p_transaction_type,

Line 11717: p_msg_text => 'WSM_Serial_support_GRP.populate_components returned successfully '||

11713: IF (x_return_status = g_ret_success) THEN
11714: l_msg_tokens.delete;
11715: WSM_log_PVT.logMessage (
11716: p_module_name => l_module ,
11717: p_msg_text => 'WSM_Serial_support_GRP.populate_components returned successfully '||
11718: ';l_mmtt_rows '||
11719: l_mmtt_rows||
11720: ';l_mtlt_rows '||
11721: l_mtlt_rows||