DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on STANDARD

Line 3049: -- Standard check of p_commit.

3045: WSH_DEBUG_SV.log(l_module_name, 'l_num_warnings', l_num_warnings);
3046: WSH_DEBUG_SV.log(l_module_name, 'l_num_warnings', l_num_warnings);
3047: END IF;
3048:
3049: -- Standard check of p_commit.
3050: IF FND_API.To_Boolean( p_commit ) THEN
3051:
3052: --bug 4070732
3053: IF NOT(WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API) THEN

Line 3639: IF (nvl(x_rec_attr_tab(l_index).delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATION')) THEN

3635: END IF;
3636: --
3637: END IF;
3638: --
3639: IF (nvl(x_rec_attr_tab(l_index).delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATION')) THEN
3640: x_rec_attr_tab(l_index).delivery_type := 'STANDARD';
3641: END IF;
3642: --Bug 5191354
3643: IF WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_LOADING_ORDER_LVL) = 1

Line 3640: x_rec_attr_tab(l_index).delivery_type := 'STANDARD';

3636: --
3637: END IF;
3638: --
3639: IF (nvl(x_rec_attr_tab(l_index).delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATION')) THEN
3640: x_rec_attr_tab(l_index).delivery_type := 'STANDARD';
3641: END IF;
3642: --Bug 5191354
3643: IF WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_LOADING_ORDER_LVL) = 1
3644: AND (p_action_code = 'CREATE' OR

Line 5108: -- Standard check of p_commit.

5104: ELSE
5105: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
5106: END IF;
5107:
5108: -- Standard check of p_commit.
5109: IF FND_API.To_Boolean( p_commit ) THEN
5110:
5111: --bug 4070732
5112: IF NOT(WSH_UTIL_CORE.G_CALL_FTE_LOAD_TENDER_API) THEN

Line 5538: IF (nvl(p_delivery_info.delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATED')) THEN

5534: RETURN;
5535: END IF;
5536: END IF;
5537:
5538: IF (nvl(p_delivery_info.delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATED')) THEN
5539: p_delivery_info.delivery_type := 'STANDARD';
5540:
5541: END IF;
5542:

Line 5539: p_delivery_info.delivery_type := 'STANDARD';

5535: END IF;
5536: END IF;
5537:
5538: IF (nvl(p_delivery_info.delivery_type,'STANDARD') NOT IN ('STANDARD','CONSOLIDATED')) THEN
5539: p_delivery_info.delivery_type := 'STANDARD';
5540:
5541: END IF;
5542:
5543: IF (p_delivery_info.loading_order_flag <> FND_API.G_MISS_CHAR) OR (p_delivery_info.loading_order_desc <> FND_API.G_MISS_CHAR) THEN

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

6130: --
6131: IF l_debug_on THEN
6132: wsh_debug_sv.push(l_module_name);
6133: END IF;
6134: -- Standard call to check for call compatibility
6135: IF NOT FND_API.Compatible_API_Call
6136: ( l_api_version_number
6137: , p_api_version_number
6138: , l_api_name

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

6388: IF l_debug_on THEN
6389: wsh_debug_sv.push(l_module_name);
6390: END IF;
6391: --
6392: -- Standard call to check for call compatibility
6393: IF NOT FND_API.Compatible_API_Call
6394: ( l_api_version_number
6395: , p_api_version_number
6396: , l_api_name

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

6835: wsh_debug_sv.log (l_module_name, 'Entity Type', p_entity_type );
6836: wsh_debug_sv.log (l_module_name, 'Entity Id', p_entity_id );
6837: END IF;
6838: --
6839: -- Standard call to check for call compatibility
6840: IF NOT FND_API.Compatible_API_Call
6841: ( l_api_version_number
6842: , p_api_version_number
6843: , l_api_name