DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WSH_PICK_LIST

Line 75: -- Pick Release. This procedure will be called from WSH_PICK_LIST.Release_Batch

71:
72: -- API Name : Planned_Cross_Dock
73: -- Package : WMS_XDock_Pegging_Pub
74: -- Description : This API will perform crossdock pegging to fulfill demand lines during
75: -- Pick Release. This procedure will be called from WSH_PICK_LIST.Release_Batch
76: -- (For 'Crossdock Only' or 'Prioritize Crossdock' allocation modes) and
77: -- INV_Pick_Release_Pub.Pick_Release (for 'Prioritize Inventory' allocation mode).
78: -- The main input is p_wsh_release_table which is a table of valid WDD lines to
79: -- allocate material against. This API will loop through each WDD line and try to find

Line 102: -- WSH_PICK_LIST.Release_Batch API when pick release is run.

98: -- Assume that all WDD records are for the same org, p_organization_id.
99: -- API will only process WDD lines with released_status of
100: -- 'R' (Ready to Release) or 'B' (Backordered).
101: -- Shipping should pass in WSH_PR_CRITERIA.release_table in the
102: -- WSH_PICK_LIST.Release_Batch API when pick release is run.
103: -- p_trolin_delivery_ids Table of delivery IDs for transactable demand lines.
104: -- Crossdocked lines needs to keep this table updated so crossdocked
105: -- or split WDD lines can be picked up to autocreate/merge deliveries.
106: -- Shipping should pass in local variable 'l_trolin_delivery_ids' from

Line 142: p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp);

138: x_msg_data OUT NOCOPY VARCHAR2,
139: p_batch_id IN NUMBER,
140: p_wsh_release_table IN OUT NOCOPY WSH_PR_CRITERIA.relRecTabTyp,
141: p_trolin_delivery_ids IN OUT NOCOPY WSH_UTIL_CORE.Id_Tab_Type,
142: p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp);
143:
144:
145: -- API Name : Opportunistic_Cross_Dock
146: -- Package : WMS_XDock_Pegging_Pub