DBA Data[Home] [Help]

APPS.WSM_SERIAL_SUPPORT_PVT dependencies on WSM_SERIAL_SUPPORT_GRP

Line 82: p_wsm_serial_nums_tbl IN WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,

78: -- The addition/deletion of serial numbers will be handled by this procedure...
79: -- Then it will invoke the main processor whose activities will be common...
80: -- When there is data in p_wsm_serial_nums_tbl, p_header_id will be ignored and no data will be fetched from the interface
81: Procedure Move_serial_intf_proc(p_header_id IN NUMBER,
82: p_wsm_serial_nums_tbl IN WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,
83: p_move_txn_type IN NUMBER,
84: p_wip_entity_id IN NUMBER,
85: p_organization_id IN NUMBER,
86: p_inventory_item_id IN NUMBER,

Line 152: x_serial_num_tbl OUT NOCOPY WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,

148: p_wip_entity_id IN NUMBER,
149: p_wip_entity_name IN VARCHAR2,
150: p_wlt_txn_type IN NUMBER,
151: p_organization_id IN NUMBER,
152: x_serial_num_tbl OUT NOCOPY WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,
153: x_return_status OUT NOCOPY VARCHAR2,
154: x_error_msg OUT NOCOPY VARCHAR2,
155: x_error_count OUT NOCOPY NUMBER
156: );

Line 165: p_serial_num_tbl IN OUT NOCOPY WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,

161: p_organization_id IN NUMBER,
162: p_txn_id IN NUMBER,
163: p_starting_jobs_tbl IN WSM_WIP_LOT_TXN_PVT.WLTX_STARTING_JOBS_TBL_TYPE,
164: p_resulting_jobs_tbl IN WSM_WIP_LOT_TXN_PVT.WLTX_RESULTING_JOBS_TBL_TYPE,
165: p_serial_num_tbl IN OUT NOCOPY WSM_Serial_Support_GRP.WSM_SERIAL_NUM_TBL,
166: x_return_status OUT NOCOPY VARCHAR2,
167: x_error_msg OUT NOCOPY VARCHAR2,
168: x_error_count OUT NOCOPY NUMBER
169: );