DBA Data[Home] [Help]

APPS.FTE_FREIGHT_RATING_DLVY_GRP dependencies on FTE_LANE_SEARCH

Line 3069: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'Calling FTE_LANE_SEARCH.Search_Lanes...');

3065: effective_date_type => '=',
3066: tariff_name => null -- Added J+
3067: );
3068:
3069: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'Calling FTE_LANE_SEARCH.Search_Lanes...');
3070: FTE_LANE_SEARCH.Search_Lanes(
3071: p_search_criteria => l_search_criteria,
3072: p_search_type => 'L',
3073: p_source_type => 'R',

Line 3070: FTE_LANE_SEARCH.Search_Lanes(

3066: tariff_name => null -- Added J+
3067: );
3068:
3069: FTE_FREIGHT_PRICING_UTIL.print_msg(l_log_level,'Calling FTE_LANE_SEARCH.Search_Lanes...');
3070: FTE_LANE_SEARCH.Search_Lanes(
3071: p_search_criteria => l_search_criteria,
3072: p_search_type => 'L',
3073: p_source_type => 'R',
3074: p_num_results => 999, -- no limit on the search result

Line 3083: p_api_name => 'FTE_LANE_SEARCH.Search_Lanes',

3079:
3080: IF p_trip_msg_flag = 'Y' THEN
3081: api_post_call
3082: (
3083: p_api_name => 'FTE_LANE_SEARCH.Search_Lanes',
3084: p_api_return_status => l_status,
3085: p_message_name => 'FTE_PRC_TRP_LN_SRCH_FAIL',
3086: p_trip_id => l_trip_id,
3087: p_delivery_id => null,

Line 3096: p_api_name => 'FTE_LANE_SEARCH.Search_Lanes',

3092: );
3093: ELSE
3094: api_post_call
3095: (
3096: p_api_name => 'FTE_LANE_SEARCH.Search_Lanes',
3097: p_api_return_status => l_status,
3098: p_message_name => 'FTE_PRC_DLV_LN_SRCH_FAIL',
3099: p_trip_id => null,
3100: p_delivery_id => l_delivery_id,