DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_COMPONENT_TBL_T

Line 2645: l_comp_sys_table SYSTEM.WIP_COMPONENT_TBL_T;

2641: x_comp_sql_tbl OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,
2642: x_return_status OUT NOCOPY VARCHAR2,
2643: x_msg_data OUT NOCOPY VARCHAR2) IS
2644: l_comp_sys_rec SYSTEM.WIP_COMPONENT_OBJ_T;
2645: l_comp_sys_table SYSTEM.WIP_COMPONENT_TBL_T;
2646: l_comp_sql_rec wip_picking_pub.allocate_comp_rec_t;
2647: i NUMBER;
2648: j NUMBER;
2649: begin