DBA Data[Home] [Help]

APPS.FTE_FREIGHT_RATING_PUB dependencies on STANDARD

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

2461: BEGIN
2462:
2463: SAVEPOINT GET_FREIGHT_COSTS;
2464:
2465: -- Standard call to check for call compatibility.
2466: IF NOT FND_API.Compatible_API_Call
2467: (
2468: l_api_version,
2469: p_api_version,

Line 2587: -- Standard check of p_commit.

2583: );
2584: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'x_msg_count='||x_msg_count);
2585: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'x_msg_data='||x_msg_data);
2586:
2587: -- Standard check of p_commit.
2588: --
2589: IF FND_API.To_Boolean( p_commit )
2590: THEN
2591: COMMIT WORK;

Line 2614: -- Standard check of p_commit.

2610: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'Get_FTE_Estimate_Rates failed');
2611: raise FND_API.G_EXC_ERROR;
2612: END IF;
2613: ELSE
2614: -- Standard check of p_commit.
2615: --
2616: IF FND_API.To_Boolean( p_commit )
2617: THEN
2618: COMMIT WORK;

Line 2914: -- Standard check of p_commit.

2910: FND_MESSAGE.SET_NAME('FTE','FTE_PRC_RATE_MUL_OMDEL_FL');
2911: FND_MSG_PUB.ADD;
2912: ELSIF (l_fail_group_count = 0) THEN
2913: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
2914: -- Standard check of p_commit.
2915: --
2916: IF FND_API.To_Boolean( p_commit )
2917: THEN
2918: COMMIT WORK;

Line 2927: -- Standard check of p_commit.

2923: FND_MESSAGE.SET_TOKEN('LOGFILE',FTE_FREIGHT_PRICING_UTIL.get_log_file_name());
2924: FND_MSG_PUB.ADD;
2925: FND_MESSAGE.SET_NAME('FTE','FTE_PRC_RATE_MUL_OMDEL_SUC_W');
2926: FND_MSG_PUB.ADD;
2927: -- Standard check of p_commit.
2928: --
2929: IF FND_API.To_Boolean( p_commit )
2930: THEN
2931: COMMIT WORK;

Line 2964: -- Standard call to get message count and if count is 1,get message info.

2960: END IF;
2961:
2962: --
2963: --
2964: -- Standard call to get message count and if count is 1,get message info.
2965: --
2966: FND_MSG_PUB.Count_And_Get
2967: (
2968: p_count => x_msg_count,