DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_INTERFACE_GRP

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

1344:
1345: -- bug 4302048: if global parameter enforces ship method,
1346: -- the caller (e.g., Public API) must pass ship method code.
1347: --
1348: -- wsh_interface_grp will use the SC rule to derive it if required;
1349: -- direct callers of this API need to derive properly.
1350: --
1351: -- bug 5472722: DO NOT enforce shipmethod when cycle counting and
1352: -- back ordering all.

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

1691: END IF;
1692: --
1693: -- SSN change
1694: -- Validate stop_sequence_number if profile option is set to SSN
1695: IF (WSH_TRIPS_ACTIONS.GET_STOP_SEQ_MODE = WSH_INTERFACE_GRP.G_STOP_SEQ_MODE_SSN) AND
1696: (WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_SEQ_NUM_LVL) = 1) THEN
1697: --
1698: -- in context of creating new stops, their status is
1699: -- assumed to be NULL, so we need to pass 'OP'

Line 6358: wsh_interface_grp.create_update_delivery(

6354: x_num_warnings => l_num_warnings);
6355: --
6356: l_delivery_in_rec.action_code := p_action_code;
6357: l_delivery_in_rec.caller := 'WSH_GRP';
6358: wsh_interface_grp.create_update_delivery(
6359: p_api_version_number => p_api_version_number,
6360: p_init_msg_list => p_init_msg_list,
6361: p_commit => l_commit,
6362: p_in_rec => l_delivery_in_rec,

Line 6635: wsh_interface_grp.Delivery_Action(

6631: l_action_prms.override_flag := p_wv_override_flag;
6632: --
6633: l_delivery_id_tab(1) := l_delivery_id;
6634: --
6635: wsh_interface_grp.Delivery_Action(
6636: p_api_version_number => p_api_version_number,
6637: p_init_msg_list => p_init_msg_list,
6638: p_commit => l_commit,
6639: p_action_prms => l_action_prms,