DBA Data[Home] [Help]

APPS.WSH_INTERFACE_GRP dependencies on STANDARD

Line 945: -- Standard Parameters

941: -- Created by: KVENKATE
942: -- -----------------------------------------------------------------------
943: PROCEDURE Delivery_Detail_Action
944: (
945: -- Standard Parameters
946: p_api_version_number IN NUMBER,
947: p_init_msg_list IN VARCHAR2,
948: p_commit IN VARCHAR2,
949: x_return_status OUT NOCOPY VARCHAR2,

Line 1012: -- Standard Start of API savepoint

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

Line 1141: -- Standard check of p_commit.

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

Line 1362: -- Standard Parameters

1358: -- -----------------------------------------------------------------------
1359:
1360: PROCEDURE Create_Update_Delivery_Detail
1361: (
1362: -- Standard Parameters
1363: p_api_version_number IN NUMBER,
1364: p_init_msg_list IN VARCHAR2,
1365: p_commit IN VARCHAR2,
1366: x_return_status OUT NOCOPY VARCHAR2,

Line 1411: -- Standard Start of API savepoint

1407: --
1408:
1409: BEGIN
1410:
1411: -- Standard Start of API savepoint
1412: --
1413: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
1414: --
1415: IF l_debug_on IS NULL

Line 1495: -- Standard check of p_commit.

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

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

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