DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_COMPONENT_TBL_T

Line 2540: l_comp_sys_table SYSTEM.WIP_COMPONENT_TBL_T;

2536: x_comp_sql_tbl OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,
2537: x_return_status OUT NOCOPY VARCHAR2,
2538: x_msg_data OUT NOCOPY VARCHAR2) IS
2539: l_comp_sys_rec SYSTEM.WIP_COMPONENT_OBJ_T;
2540: l_comp_sys_table SYSTEM.WIP_COMPONENT_TBL_T;
2541: l_comp_sql_rec wip_picking_pub.allocate_comp_rec_t;
2542: i NUMBER;
2543: j NUMBER;
2544: begin