DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on STANDARD

Line 4: -- standard global constants

1: PACKAGE BODY WSH_DELIVERY_DETAILS_GRP as
2: /* $Header: WSHDDGPB.pls 120.28.12010000.2 2008/09/15 12:58:13 gbhargav ship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_DELIVERY_DETAILS_GRP';
6: p_message_type CONSTANT VARCHAR2(1) := 'E';
7: c_wms_code_present VARCHAR2(1) := 'Y';
8:

Line 157: -- 5) other standard parameters

153: -- 3) delivery_id: need to specify delivery id or delivery name
154: -- if the action is 'ASSIGN'
155: -- 4) delivery_name: need to specify delivery id or delivery
156: -- name if the action is 'ASSIGN'
157: -- 5) other standard parameters
158: --
159: --
160: -- Description: This procedure assign/unassign delivery_details to
161: -- a delivery.

Line 167: -- Standard parameters

163: -- p_action: required
164: -- p_delivery_id: required if action='ASSIGN'
165: -- -----------------------------------------------------------------------
166: PROCEDURE detail_to_delivery(
167: -- Standard parameters
168: p_api_version IN NUMBER,
169: p_init_msg_list IN VARCHAR2,
170: p_commit IN VARCHAR2,
171: p_validation_level IN NUMBER,

Line 182: -- Standard call to check for call compatibility

178: p_delivery_id IN NUMBER,
179: p_delivery_name IN VARCHAR2,
180: p_action_prms IN WSH_GLBL_VAR_STRCT_GRP.dd_action_parameters_rec_type -- J-IB-NPARIKH
181: ) IS
182: -- Standard call to check for call compatibility
183: l_api_version CONSTANT NUMBER := 1.0;
184: l_api_name CONSTANT VARCHAR2(30) := 'delivery_detail_to_delivery';
185: l_return_status VARCHAR2(30) := NULL;
186: l_delivery_id NUMBER := NULL;

Line 254: -- Standard begin of API savepoint

250:
251: --
252: SAVEPOINT detail_to_delivery_grp;
253:
254: -- Standard begin of API savepoint
255: --
256: -- Debug Statements
257: --
258: IF l_debug_on THEN

Line 623: -- Standard parameters

619:
620:
621: --This procedure is for backward compatibility only. Do not use this.
622: PROCEDURE detail_to_delivery(
623: -- Standard parameters
624: p_api_version IN NUMBER,
625: p_init_msg_list IN VARCHAR2,
626: p_commit IN VARCHAR2,
627: p_validation_level IN NUMBER,

Line 718: -- Standard parameters

714: -- Description: This procedure split a delivery_deatil line
715: -- 03/19/01 OPM changes. Added split_quantity2
716: -- ----------------------------------------------------------------------
717: PROCEDURE split_line(
718: -- Standard parameters
719: p_api_version IN NUMBER,
720: p_init_msg_list IN VARCHAR2,
721: p_commit IN VARCHAR2,
722: p_validation_level IN NUMBER,

Line 741: -- Standard call to check for call compatibility.

737: l_requested_quantity2 NUMBER := NULL;/* OPM changes NC 03/19/01 */
738: l_received_quantity NUMBER := NULL;
739: l_received_quantity2 NUMBER := NULL;
740: l_line_direction VARCHAR2(30);
741: -- Standard call to check for call compatibility.
742: l_api_version CONSTANT NUMBER := 1.0;
743: l_api_name CONSTANT VARCHAR2(30) := 'Split_Line';
744:
745: /* OPM changes NC . Added requsted_quantity2 in the select */

Line 795: -- Standard begin of API savepoint

791:
792: --
793: SAVEPOINT split_line_grp;
794:
795: -- Standard begin of API savepoint
796: IF l_debug_on THEN
797: wsh_debug_sv.push(l_module_name);
798: --
799: wsh_debug_sv.LOG(l_module_name, 'P_API_VERSION', p_api_version);

Line 1097: -- Standard parameters

1093: -- specified then only Org_Id is used
1094: --========================================================================
1095:
1096: PROCEDURE Update_Shipping_Attributes (
1097: -- Standard parameters
1098: p_api_version_number IN NUMBER
1099: , p_init_msg_list IN VARCHAR2
1100: , p_commit IN VARCHAR2
1101: , x_return_status OUT NOCOPY VARCHAR2

Line 1174: -- Standard call to check for call compatibility

1170: END IF;
1171: --
1172: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1173:
1174: -- Standard call to check for call compatibility
1175: IF NOT FND_API.Compatible_API_Call(
1176: l_api_version_number,
1177: p_api_version_number,
1178: l_api_name,

Line 1599: -- Standard parameters

1595: -- change on 8/24/2005 : p_caller is added
1596: -- refer to bug 4467032 (R12 Routing Guide)
1597: -- -----------------------------------------------------------------------
1598: PROCEDURE Autocreate_Deliveries(
1599: -- Standard parameters
1600: p_api_version_number IN NUMBER
1601: , p_init_msg_list IN VARCHAR2
1602: , p_commit IN VARCHAR2
1603: , p_caller IN VARCHAR2 DEFAULT NULL

Line 1651: -- Standard begin of API savepoint

1647: END IF;
1648: --
1649: SAVEPOINT AUTOCREATE_DEL_GRP;
1650:
1651: -- Standard begin of API savepoint
1652: IF l_debug_on THEN
1653: WSH_DEBUG_SV.push(l_module_name);
1654: --
1655: WSH_DEBUG_SV.log(l_module_name,'P_API_VERSION_NUMBER',P_API_VERSION_NUMBER);

Line 2021: -- Standard parameters

2017: --
2018: END Autocreate_Deliveries;
2019:
2020: PROCEDURE Autocreate_del_trip(
2021: -- Standard parameters
2022: p_api_version_number IN NUMBER
2023: , p_init_msg_list IN VARCHAR2
2024: , p_commit IN VARCHAR2
2025: , x_return_status OUT NOCOPY VARCHAR2

Line 2058: -- Standard begin of API savepoint

2054: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2055: END IF;
2056: --
2057: SAVEPOINT AUTOCREATE_TRIP_GRP;
2058: -- Standard begin of API savepoint
2059:
2060: IF l_debug_on THEN
2061: WSH_DEBUG_SV.push(l_module_name);
2062: --

Line 2222: -- Standard Parameters

2218: -- The wrapper version, in turn, calls this procedure.
2219: -- Created: Harmonization Project. Patchset I
2220: -- -----------------------------------------------------------------------
2221: PROCEDURE Delivery_Detail_Action(
2222: -- Standard Parameters
2223: p_api_version_number IN NUMBER,
2224: p_init_msg_list IN VARCHAR2,
2225: p_commit IN VARCHAR2,
2226: x_return_status OUT NOCOPY VARCHAR2,

Line 2477: -- Standard Start of API savepoint

2473: WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API := FALSE;
2474: END IF;
2475: -- End of Code Bugfix 4070732
2476:
2477: -- Standard Start of API savepoint
2478: --
2479: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2480: --
2481: IF l_debug_on IS NULL

Line 4261: -- Standard check of p_commit.

4257: ELSE
4258: l1_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
4259: END IF;
4260: --
4261: -- Standard check of p_commit.
4262: IF FND_API.To_Boolean( p_commit ) THEN
4263: IF(l_debug_on) THEN
4264: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
4265: END IF;

Line 4679: -- Standard Parameters

4675: -- -----------------------------------------------------------------------
4676:
4677: PROCEDURE Create_Update_Delivery_Detail
4678: (
4679: -- Standard Parameters
4680: p_api_version_number IN NUMBER,
4681: p_init_msg_list IN VARCHAR2,
4682: p_commit IN VARCHAR2,
4683: x_return_status OUT NOCOPY VARCHAR2,

Line 4739: -- Standard Start of API savepoint

4735: --
4736:
4737: BEGIN
4738:
4739: -- Standard Start of API savepoint
4740: --
4741: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
4742: --
4743: IF l_debug_on IS NULL

Line 4803: -- Standard check of p_commit.

4799: RAISE WSH_UTIL_CORE.G_EXC_WARNING;
4800: END IF;
4801:
4802:
4803: -- Standard check of p_commit.
4804: IF FND_API.To_Boolean( p_commit ) THEN
4805: IF(l_debug_on) THEN
4806: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
4807: END IF;

Line 9902: -- Standard Parameters

9898: ----------------------------------------------------------------------- */
9899:
9900: PROCEDURE Create_Update_Delivery_Detail
9901: (
9902: -- Standard Parameters
9903: p_api_version_number IN NUMBER,
9904: p_init_msg_list IN VARCHAR2,
9905: p_commit IN VARCHAR2,
9906: x_return_status OUT NOCOPY VARCHAR2,

Line 9976: -- Standard Start of API savepoint

9972: WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API := FALSE;
9973: END IF;
9974: -- End of Code Bugfix 4070732
9975:
9976: -- Standard Start of API savepoint
9977: SAVEPOINT CREATE_UPDATE_DEL_DETAIL_GRP2;
9978: --
9979: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
9980: --

Line 10406: -- Standard check of p_commit.

10402:
10403: RAISE wsh_util_core.g_exc_warning;
10404: END IF;
10405:
10406: -- Standard check of p_commit.
10407: IF FND_API.To_Boolean( p_commit ) THEN
10408: IF(l_debug_on) THEN
10409: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
10410: END IF;