DBA Data[Home] [Help]

APPS.WMS_TRIPSTOPS_STAGELANES_PUB dependencies on WMS_STAGINGLANES_ASSIGNMENTS

Line 163: FROM wms_staginglanes_assignments

159: RETURN NUMBER
160: IS
161: CURSOR get_stglanes_for_dkdr_cur IS
162: SELECT stage_lane_id
163: FROM wms_staginglanes_assignments
164: WHERE dock_door_id = p_dock_id
165: AND enabled = 'Y'
166: -- Bug# 4612553: Available staging lanes should be ordered by the number entry sequence
167: ORDER BY entry_sequence;