DBA Data[Home] [Help]

APPS.WSH_ROUTING_REQUEST dependencies on WSH_INTERFACE_GRP

Line 4151: -- 1.Auto create delivery by calling api WSH_INTERFACE_GRP.Delivery_Detail_Action.

4147: -- API name : Create_Delivery
4148: -- Type : Public
4149: -- Pre-reqs : None.
4150: -- Procedure: API to create delivery for Routing Request lines.Api does
4151: -- 1.Auto create delivery by calling api WSH_INTERFACE_GRP.Delivery_Detail_Action.
4152: -- 2.If delivery create is more than one than error out.
4153: -- 3.Delivery created is one, than go through details line to verify delivery associated is same with newly created delivery.
4154: -- 4.Plan the newly created delivery.
4155: -- 5.Updates wsh_new_deliveries with delivery level attributes of routing request.

Line 4246: WSH_INTERFACE_GRP.Delivery_Detail_Action (

4242:
4243: l_dd_action_prms.caller := 'WSH_IB';
4244: l_dd_action_prms.action_code := 'AUTOCREATE-DEL';
4245:
4246: WSH_INTERFACE_GRP.Delivery_Detail_Action (
4247: p_api_version_number => 1.0,
4248: p_init_msg_list => FND_API.G_FALSE,
4249: p_commit => FND_API.G_FALSE,
4250: x_return_status => l_return_status,