DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_PUB dependencies on STANDARD

Line 4: -- standard global constants

1: PACKAGE BODY WSH_DELIVERY_DETAILS_PUB as
2: /* $Header: WSHDDPBB.pls 120.3 2006/03/21 12:57:11 wrudge ship $ */
3:
4: -- standard global constants
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'WSH_DELIVERY_DETAILS_PUB';
6: p_message_type CONSTANT VARCHAR2(1) := 'E';
7:
8:

Line 23: -- 5) other standard parameters

19: -- 3) delivery_id: need to specify delivery id or delivery name
20: -- if the action is 'ASSIGN'
21: -- 4) delivery_name: need to specify delivery id or delivery
22: -- name if the action is 'ASSIGN'
23: -- 5) other standard parameters
24: --
25: --
26: -- Description: This procedure assign/unassign delivery_details to
27: -- a delivery.

Line 34: -- Standard parameters

30: -- p_delivery_id: required if action='ASSIGN'
31: -- -----------------------------------------------------------------------
32:
33: PROCEDURE detail_to_delivery(
34: -- Standard parameters
35: p_api_version IN NUMBER,
36: p_init_msg_list IN VARCHAR2,
37: p_commit IN VARCHAR2,
38: p_validation_level IN NUMBER,

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

46: p_delivery_id IN NUMBER,
47: p_delivery_name IN VARCHAR2
48: ) IS
49:
50: -- Standard call to check for call compatibility
51: l_api_version CONSTANT NUMBER := 1.0;
52: l_api_name CONSTANT VARCHAR2(30):= 'delivery_detail_to_delivery';
53:
54: l_return_status VARCHAR2(30) := NULL;

Line 83: -- Standard begin of API savepoint

79: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DETAIL_TO_DELIVERY';
80: --
81: begin
82:
83: -- Standard begin of API savepoint
84: --
85: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
86: --
87: IF l_debug_on IS NULL

Line 268: -- Standard parameters

264: -- ----------------------------------------------------------------------
265:
266: PROCEDURE split_line
267: (
268: -- Standard parameters
269: p_api_version IN NUMBER,
270: p_init_msg_list IN VARCHAR2,
271: p_commit IN VARCHAR2,
272: p_validation_level IN NUMBER,

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

297: l_number_of_warnings NUMBER := 0;
298: l_return_status VARCHAR2(30);
299: l_index NUMBER;
300:
301: -- Standard call to check for call compatibility.
302: l_api_version CONSTANT NUMBER := 1.0;
303: l_api_name CONSTANT VARCHAR2(30):= 'delivery_detail_to_delivery';
304:
305: l_debug_on BOOLEAN;

Line 311: -- Standard begin of API savepoint

307: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'SPLIT_LINE';
308: --
309: BEGIN
310:
311: -- Standard begin of API savepoint
312: --
313: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
314: --
315: IF l_debug_on IS NULL

Line 631: -- Standard parameters

627: --CREATED: During patchset I
628: --========================================================================
629:
630: PROCEDURE Update_Shipping_Attributes (
631: -- Standard parameters
632: p_api_version_number IN NUMBER
633: , p_init_msg_list IN VARCHAR2
634: , p_commit IN VARCHAR2
635: , x_return_status OUT NOCOPY VARCHAR2

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

693: --
694:
695: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
696:
697: -- Standard call to check for call compatibility
698: IF NOT FND_API.Compatible_API_Call(
699: l_api_version_number,
700: p_api_version_number,
701: l_api_name,

Line 871: -- Standard parameters

867: -- specified then only Org_Id is used
868: --========================================================================
869:
870: PROCEDURE Update_Shipping_Attributes (
871: -- Standard parameters
872: p_api_version_number IN NUMBER
873: , p_init_msg_list IN VARCHAR2
874: , p_commit IN VARCHAR2
875: , x_return_status OUT NOCOPY VARCHAR2

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

939: --
940:
941: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
942:
943: -- Standard call to check for call compatibility
944: IF NOT FND_API.Compatible_API_Call(
945: l_api_version_number,
946: p_api_version_number,
947: l_api_name,

Line 1193: -- Standard parameters

1189: --
1190: END get_detail_status;
1191:
1192: PROCEDURE Autocreate_Deliveries(
1193: -- Standard parameters
1194: p_api_version_number IN NUMBER
1195: , p_init_msg_list IN VARCHAR2
1196: , p_commit IN VARCHAR2
1197: , x_return_status OUT NOCOPY VARCHAR2

Line 1228: -- Standard begin of API savepoint

1224: --
1225: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'AUTOCREATE_DELIVERIES';
1226: --
1227: BEGIN
1228: -- Standard begin of API savepoint
1229: --
1230: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1231: --
1232: IF l_debug_on IS NULL

Line 1387: -- Standard parameters

1383: --
1384: END Autocreate_Deliveries;
1385:
1386: PROCEDURE Autocreate_del_trip(
1387: -- Standard parameters
1388: p_api_version_number IN NUMBER
1389: , p_init_msg_list IN VARCHAR2
1390: , p_commit IN VARCHAR2
1391: , x_return_status OUT NOCOPY VARCHAR2

Line 1408: -- Standard begin of API savepoint

1404: --
1405: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'AUTOCREATE_DEL_TRIP - single trip';
1406:
1407: BEGIN
1408: -- Standard begin of API savepoint
1409: --
1410: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1411: --
1412: IF l_debug_on IS NULL THEN

Line 1430: -- Standard parameters

1426: END IF;
1427:
1428:
1429: WSH_DELIVERY_DETAILS_PUB.Autocreate_del_trip(
1430: -- Standard parameters
1431: p_api_version_number => p_api_version_number,
1432: p_init_msg_list => p_init_msg_list,
1433: p_commit => p_commit,
1434: x_return_status => x_return_status,

Line 1483: -- Standard parameters

1479: END Autocreate_del_trip;
1480:
1481:
1482: PROCEDURE Autocreate_del_trip(
1483: -- Standard parameters
1484: p_api_version_number IN NUMBER
1485: , p_init_msg_list IN VARCHAR2
1486: , p_commit IN VARCHAR2
1487: , x_return_status OUT NOCOPY VARCHAR2

Line 1519: -- Standard begin of API savepoint

1515: --
1516: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'AUTOCREATE_DEL_TRIP - multiple trips';
1517: --
1518: BEGIN
1519: -- Standard begin of API savepoint
1520: --
1521: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1522: --
1523: IF l_debug_on IS NULL