DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_INTERFACE_GRP

Line 1308: -- wsh_interface_grp will use the SC rule to derive it if required;

1304:
1305: -- bug 4302048: if global parameter enforces ship method,
1306: -- the caller (e.g., Public API) must pass ship method code.
1307: --
1308: -- wsh_interface_grp will use the SC rule to derive it if required;
1309: -- direct callers of this API need to derive properly.
1310: --
1311: -- bug 5472722: DO NOT enforce shipmethod when cycle counting and
1312: -- back ordering all.

Line 1640: IF (WSH_TRIPS_ACTIONS.GET_STOP_SEQ_MODE = WSH_INTERFACE_GRP.G_STOP_SEQ_MODE_SSN) AND

1636: END IF;
1637: --
1638: -- SSN change
1639: -- Validate stop_sequence_number if profile option is set to SSN
1640: IF (WSH_TRIPS_ACTIONS.GET_STOP_SEQ_MODE = WSH_INTERFACE_GRP.G_STOP_SEQ_MODE_SSN) AND
1641: (WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_SEQ_NUM_LVL) = 1) THEN
1642: --
1643: -- in context of creating new stops, their status is
1644: -- assumed to be NULL, so we need to pass 'OP'

Line 6178: wsh_interface_grp.create_update_delivery(

6174: x_num_warnings => l_num_warnings);
6175: --
6176: l_delivery_in_rec.action_code := p_action_code;
6177: l_delivery_in_rec.caller := 'WSH_GRP';
6178: wsh_interface_grp.create_update_delivery(
6179: p_api_version_number => p_api_version_number,
6180: p_init_msg_list => p_init_msg_list,
6181: p_commit => l_commit,
6182: p_in_rec => l_delivery_in_rec,

Line 6455: wsh_interface_grp.Delivery_Action(

6451: l_action_prms.override_flag := p_wv_override_flag;
6452: --
6453: l_delivery_id_tab(1) := l_delivery_id;
6454: --
6455: wsh_interface_grp.Delivery_Action(
6456: p_api_version_number => p_api_version_number,
6457: p_init_msg_list => p_init_msg_list,
6458: p_commit => l_commit,
6459: p_action_prms => l_action_prms,