DBA Data[Home] [Help]

APPS.WSH_INTERFACE_GRP dependencies on STANDARD

Line 949: -- Standard Parameters

945: -- Created by: KVENKATE
946: -- -----------------------------------------------------------------------
947: PROCEDURE Delivery_Detail_Action
948: (
949: -- Standard Parameters
950: p_api_version_number IN NUMBER,
951: p_init_msg_list IN VARCHAR2,
952: p_commit IN VARCHAR2,
953: x_return_status OUT NOCOPY VARCHAR2,

Line 1016: -- Standard Start of API savepoint

1012: --
1013: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'DELIVERY_DETAIL_ACTION';
1014: --
1015: BEGIN
1016: -- Standard Start of API savepoint
1017: --
1018: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1019: --
1020: IF l_debug_on IS NULL

Line 1145: -- Standard check of p_commit.

1141: IF l_number_of_warnings > 0 THEN
1142: RAISE WSH_UTIL_CORE.G_EXC_WARNING;
1143: END IF;
1144:
1145: -- Standard check of p_commit.
1146: IF FND_API.To_Boolean( p_commit ) THEN
1147: IF l_debug_on THEN
1148: WSH_DEBUG_SV.logmsg(l_module_name, 'Commit Work');
1149: END IF;

Line 1366: -- Standard Parameters

1362: -- -----------------------------------------------------------------------
1363:
1364: PROCEDURE Create_Update_Delivery_Detail
1365: (
1366: -- Standard Parameters
1367: p_api_version_number IN NUMBER,
1368: p_init_msg_list IN VARCHAR2,
1369: p_commit IN VARCHAR2,
1370: x_return_status OUT NOCOPY VARCHAR2,

Line 1415: -- Standard Start of API savepoint

1411: --
1412:
1413: BEGIN
1414:
1415: -- Standard Start of API savepoint
1416: --
1417: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1418: --
1419: IF l_debug_on IS NULL

Line 1499: -- Standard check of p_commit.

1495: IF l_number_of_warnings > 0 THEN
1496: RAISE WSH_UTIL_CORE.G_EXC_WARNING;
1497: END IF;
1498:
1499: -- Standard check of p_commit.
1500: IF FND_API.To_Boolean( p_commit ) THEN
1501: IF l_debug_on THEN
1502: WSH_DEBUG_SV.logmsg(l_module_name, 'Commit Work');
1503: END IF;

Line 2703: -- standards, if you need to update a field to null, then use the

2699: -- VERSION : current version 1.0
2700: -- initial version 1.0
2701: -- COMMENT : Updates a record in wsh_delivery_legs table with information
2702: -- specified in p_delivery_leg_tab. Please note that as per perfomance
2703: -- standards, if you need to update a field to null, then use the
2704: -- fnd_api.g_miss_(num/char/date) value for that field. If a field
2705: -- has a null value, it will not be updated.
2706:
2707: PROCEDURE Update_Delivery_Leg(