DBA Data[Home] [Help]

APPS.INV_PICK_RELEASE_PUB dependencies on WSH_PICK_LIST

Line 116: -- are also used to keep data in sync with shipping's code in the WSH_PICK_LIST package. This API

112: -- Changes for R12 Planned Crossdocking project.
113: -- Added the following three IN OUT parameters similar to the Crossdock Pegging API,
114: -- WMS_XDock_Pegging_Pub.Planned_Cross_Dock. These parameters are needed in case allocation
115: -- mode uses crossdocking (either Prioritize Inventory or Prioritize Crossdock). The parameters
116: -- are also used to keep data in sync with shipping's code in the WSH_PICK_LIST package. This API
117: -- will be overloaded so any caller to Pick_Release with the old signature does not error out.
118: --
119: -- IN OUT parameters:
120: -- p_wsh_release_table Table of valid demand lines to pick release against.

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

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

Line 157: ,p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp

153: ,p_plan_tasks IN BOOLEAN := FALSE
154: ,p_skip_cartonization IN BOOLEAN := FALSE
155: ,p_wsh_release_table IN OUT NOCOPY WSH_PR_CRITERIA.relRecTabTyp
156: ,p_trolin_delivery_ids IN OUT NOCOPY WSH_UTIL_CORE.Id_Tab_Type
157: ,p_del_detail_id IN OUT NOCOPY WSH_PICK_LIST.DelDetTabTyp
158: ,p_mo_transact_date IN DATE := NULL
159: ,p_dynamic_replenishment IN VARCHAR2 DEFAULT NULL
160: );
161: