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.37.12020000.2 2012/11/21 12:32:20 ravmamid 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 161: -- 5) other standard parameters

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

Line 171: -- Standard parameters

167: -- p_action: required
168: -- p_delivery_id: required if action='ASSIGN'
169: -- -----------------------------------------------------------------------
170: PROCEDURE detail_to_delivery(
171: -- Standard parameters
172: p_api_version IN NUMBER,
173: p_init_msg_list IN VARCHAR2,
174: p_commit IN VARCHAR2,
175: p_validation_level IN NUMBER,

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

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

Line 258: -- Standard begin of API savepoint

254:
255: --
256: SAVEPOINT detail_to_delivery_grp;
257:
258: -- Standard begin of API savepoint
259: --
260: -- Debug Statements
261: --
262: IF l_debug_on THEN

Line 627: -- Standard parameters

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

Line 722: -- Standard parameters

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

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

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

Line 799: -- Standard begin of API savepoint

795:
796: --
797: SAVEPOINT split_line_grp;
798:
799: -- Standard begin of API savepoint
800: IF l_debug_on THEN
801: wsh_debug_sv.push(l_module_name);
802: --
803: wsh_debug_sv.LOG(l_module_name, 'P_API_VERSION', p_api_version);

Line 1101: -- Standard parameters

1097: -- specified then only Org_Id is used
1098: --========================================================================
1099:
1100: PROCEDURE Update_Shipping_Attributes (
1101: -- Standard parameters
1102: p_api_version_number IN NUMBER
1103: , p_init_msg_list IN VARCHAR2
1104: , p_commit IN VARCHAR2
1105: , x_return_status OUT NOCOPY VARCHAR2

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

1174: END IF;
1175: --
1176: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1177:
1178: -- Standard call to check for call compatibility
1179: IF NOT FND_API.Compatible_API_Call(
1180: l_api_version_number,
1181: p_api_version_number,
1182: l_api_name,

Line 1603: -- Standard parameters

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

Line 1655: -- Standard begin of API savepoint

1651: END IF;
1652: --
1653: SAVEPOINT AUTOCREATE_DEL_GRP;
1654:
1655: -- Standard begin of API savepoint
1656: IF l_debug_on THEN
1657: WSH_DEBUG_SV.push(l_module_name);
1658: --
1659: WSH_DEBUG_SV.log(l_module_name,'P_API_VERSION_NUMBER',P_API_VERSION_NUMBER);

Line 2025: -- Standard parameters

2021: --
2022: END Autocreate_Deliveries;
2023:
2024: PROCEDURE Autocreate_del_trip(
2025: -- Standard parameters
2026: p_api_version_number IN NUMBER
2027: , p_init_msg_list IN VARCHAR2
2028: , p_commit IN VARCHAR2
2029: , x_return_status OUT NOCOPY VARCHAR2

Line 2062: -- Standard begin of API savepoint

2058: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
2059: END IF;
2060: --
2061: SAVEPOINT AUTOCREATE_TRIP_GRP;
2062: -- Standard begin of API savepoint
2063:
2064: IF l_debug_on THEN
2065: WSH_DEBUG_SV.push(l_module_name);
2066: --

Line 2226: -- Standard Parameters

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

Line 2483: -- Standard Start of API savepoint

2479: WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API := FALSE;
2480: END IF;
2481: -- End of Code Bugfix 4070732
2482:
2483: -- Standard Start of API savepoint
2484: --
2485: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
2486: --
2487: IF l_debug_on IS NULL

Line 4271: -- Standard check of p_commit.

4267: ELSE
4268: l1_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
4269: END IF;
4270: --
4271: -- Standard check of p_commit.
4272: IF FND_API.To_Boolean( p_commit ) THEN
4273: IF(l_debug_on) THEN
4274: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
4275: END IF;

Line 4689: -- Standard Parameters

4685: -- -----------------------------------------------------------------------
4686:
4687: PROCEDURE Create_Update_Delivery_Detail
4688: (
4689: -- Standard Parameters
4690: p_api_version_number IN NUMBER,
4691: p_init_msg_list IN VARCHAR2,
4692: p_commit IN VARCHAR2,
4693: x_return_status OUT NOCOPY VARCHAR2,

Line 4749: -- Standard Start of API savepoint

4745: --
4746:
4747: BEGIN
4748:
4749: -- Standard Start of API savepoint
4750: --
4751: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
4752: --
4753: IF l_debug_on IS NULL

Line 4813: -- Standard check of p_commit.

4809: RAISE WSH_UTIL_CORE.G_EXC_WARNING;
4810: END IF;
4811:
4812:
4813: -- Standard check of p_commit.
4814: IF FND_API.To_Boolean( p_commit ) THEN
4815: IF(l_debug_on) THEN
4816: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
4817: END IF;

Line 10022: -- Standard Parameters

10018: ----------------------------------------------------------------------- */
10019:
10020: PROCEDURE Create_Update_Delivery_Detail
10021: (
10022: -- Standard Parameters
10023: p_api_version_number IN NUMBER,
10024: p_init_msg_list IN VARCHAR2,
10025: p_commit IN VARCHAR2,
10026: x_return_status OUT NOCOPY VARCHAR2,

Line 10096: -- Standard Start of API savepoint

10092: WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API := FALSE;
10093: END IF;
10094: -- End of Code Bugfix 4070732
10095:
10096: -- Standard Start of API savepoint
10097: SAVEPOINT CREATE_UPDATE_DEL_DETAIL_GRP2;
10098: --
10099: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
10100: --

Line 10526: -- Standard check of p_commit.

10522:
10523: RAISE wsh_util_core.g_exc_warning;
10524: END IF;
10525:
10526: -- Standard check of p_commit.
10527: IF FND_API.To_Boolean( p_commit ) THEN
10528: IF(l_debug_on) THEN
10529: wsh_debug_sv.logmsg(l_module_name, 'Commit Work');
10530: END IF;