DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on WSH_PICK_LIST

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

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

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

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

Line 147: p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp,

143: x_msg_data OUT NOCOPY VARCHAR2,
144: p_batch_id IN NUMBER,
145: p_wsh_release_table IN OUT NOCOPY WSH_PR_CRITERIA.relRecTabTyp,
146: p_trolin_delivery_ids IN OUT NOCOPY WSH_UTIL_CORE.Id_Tab_Type,
147: p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp,
148: p_simulation_mode in varchar2 default 'N');
149:
150:
151: -- API Name : Opportunistic_Cross_Dock