DBA Data[Home] [Help]

APPS.WMS_REPLENISHMENT_PUB dependencies on WMS_REPLENISHMENT_PVT

Line 16: wms_replenishment_pvt.DYNAMIC_REPLENISHMENT( p_org_id=>p_organization_id,

12: x_msg_data OUT nocopy VARCHAR2) IS
13:
14: BEGIN
15:
16: wms_replenishment_pvt.DYNAMIC_REPLENISHMENT( p_org_id=>p_organization_id,
17: P_Batch_id=>p_batch_id,
18: p_Plan_Tasks=>p_plan_tasks,
19: p_Release_Sequence_Rule_Id=>p_Release_Sequence_Rule_Id,
20: x_msg_count=>x_msg_count,

Line 42: wms_replenishment_pvt.DYNAMIC_REPLENISHMENT( p_org_id=>p_organization_id,

38:
39: begin
40:
41: --Calling Dynamic Replenishment
42: wms_replenishment_pvt.DYNAMIC_REPLENISHMENT( p_org_id=>p_organization_id,
43: P_Batch_id=>p_batch_id,
44: p_Plan_Tasks=>p_plan_tasks,
45: p_Release_Sequence_Rule_Id=>p_Release_Sequence_Rule_Id,
46: x_msg_count=>x_msg_count,

Line 95: wms_replenishment_pvt.PUSH_REPLENISHMENT(

91:
92: BEGIN
93:
94:
95: wms_replenishment_pvt.PUSH_REPLENISHMENT(
96: p_repl_level=>1,
97: p_Item_id => p_Item_id,
98: p_organization_id => p_organization_id,
99: p_ABC_assignment_group_id => p_ABC_assignment_group_id,

Line 168: wms_replenishment_pvt.PUSH_REPLENISHMENT(

164:
165:
166: BEGIN
167:
168: wms_replenishment_pvt.PUSH_REPLENISHMENT(
169: p_repl_level=>1,
170: p_Item_id => p_Item_id,
171: p_organization_id => p_organization_id,
172: p_ABC_assignment_group_id => p_ABC_assignment_group_id,

Line 210: wms_replenishment_pvt.UPDATE_DELIVERY_DETAIL (

206: BEGIN
207:
208:
209:
210: wms_replenishment_pvt.UPDATE_DELIVERY_DETAIL (
211: p_delivery_detail_id =>p_delivery_detail_id ,
212: P_PRIMARY_QUANTITY =>P_PRIMARY_QUANTITY ,
213: P_SPLIT_DELIVERY_DETAIL_ID =>P_SPLIT_DELIVERY_DETAIL_ID ,
214: p_split_source_line_id => p_split_source_line_id,

Line 244: wms_replenishment_pvt.allocate_repl_move_order

240:
241: end if;
242: -- code ended for Bug 6885177
243:
244: wms_replenishment_pvt.allocate_repl_move_order
245: (
246: p_Quantity_function_id => L_quantity_function_id,
247: x_return_status => x_return_status,
248: x_msg_count => x_msg_count,