DBA Data[Home] [Help]

APPS.FTE_MLS_WRAPPER dependencies on FTE_MLS_UTIL

Line 2346: FTE_MLS_UTIL.GET_MESSAGE(x_msg_count,x_msg_data));

2342: IF l_debug_on THEN
2343: WSH_DEBUG_SV.logmsg(l_module_name,'x_return_status ' || x_return_status);
2344: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_count ' || x_msg_count);
2345: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_data ' ||
2346: FTE_MLS_UTIL.GET_MESSAGE(x_msg_count,x_msg_data));
2347: END IF;
2348:
2349: --Suppressing the detailed msg to be shown to the user
2350: IF l_debug_on THEN

Line 2386: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_data - ' || FTE_MLS_UTIL.GET_MESSAGE(x_msg_count,x_msg_data));

2382:
2383: IF l_debug_on THEN
2384: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_count - ' || x_msg_count);
2385: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_data - ' || x_msg_data);
2386: WSH_DEBUG_SV.logmsg(l_module_name,'x_msg_data - ' || FTE_MLS_UTIL.GET_MESSAGE(x_msg_count,x_msg_data));
2387: END IF;
2388: --}
2389: END IF;
2390:

Line 2944: FTE_MLS_UTIL.COPY_FTE_ID_TO_WSH_ID(

2940: -- anything. Check if shipping does this.
2941:
2942:
2943:
2944: FTE_MLS_UTIL.COPY_FTE_ID_TO_WSH_ID(
2945: p_fte_id_tab => p_trip_id_tab,
2946: x_wsh_id_tab => l_wsh_id_tab);
2947:
2948: IF l_debug_on THEN

Line 3005: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(

3001:
3002: -- Step 4.1 Copy wsh result id from l_wsh_out_rec to
3003: -- result id tab of x_action_out_rec
3004: WSH_DEBUG_SV.logmsg(l_module_name,'result_id_tab.count' || l_wsh_out_rec.result_id_tab.count);
3005: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(
3006: p_wsh_id_tab => l_wsh_out_rec.result_id_tab,
3007: x_fte_id_tab => x_action_out_rec.result_id_tab);
3008:
3009:

Line 3015: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(

3011: -- valid ids tab of x_action_out_rec
3012: WSH_DEBUG_SV.logmsg(l_module_name,'valid_ids_tab.count' || l_wsh_out_rec.valid_ids_tab.count);
3013:
3014:
3015: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(
3016: p_wsh_id_tab => l_wsh_out_rec.valid_ids_tab,
3017: x_fte_id_tab => x_action_out_rec.valid_ids_tab);
3018:
3019: -- Step 4.3 copy selection issue flag of l_wsh_out_rec

Line 3026: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(

3022: -- x_action_out_rec.selection_issue_flag := l_wsh_out_rec.selection_issue_flag;
3023:
3024: /**
3025: -- Testing purpose
3026: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(
3027: p_wsh_id_tab => l_wsh_id_tab,
3028: x_fte_id_tab => x_action_out_rec.valid_ids_tab);
3029: */
3030: END IF;

Line 3173: FTE_MLS_UTIL.COPY_FTE_ID_TO_WSH_ID(

3169: -- anything. Check if shipping does this.
3170:
3171:
3172:
3173: FTE_MLS_UTIL.COPY_FTE_ID_TO_WSH_ID(
3174: p_fte_id_tab => p_stop_id_tab,
3175: x_wsh_id_tab => l_wsh_id_tab);
3176:
3177: IF l_debug_on THEN

Line 3212: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(

3208:
3209: -- Step 4: Copy out wsh out rec to fte out rec
3210: -- Step 4.1 Copy wsh result id from l_wsh_out_rec to
3211: -- result id tab of x_action_out_rec
3212: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(
3213: p_wsh_id_tab => l_wsh_out_rec.result_id_tab,
3214: x_fte_id_tab => x_action_out_rec.result_id_tab);
3215:
3216:

Line 3219: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(

3215:
3216:
3217: -- Step 4.2 Copy wsh valid ids tab from l_wsh_out_rec to
3218: -- valid ids tab of x_action_out_rec
3219: FTE_MLS_UTIL.COPY_WSH_ID_TO_FTE_ID(
3220: p_wsh_id_tab => l_wsh_out_rec.valid_ids_tab,
3221: x_fte_id_tab => x_action_out_rec.valid_ids_tab);
3222:
3223: -- Step 4.3 copy selection issue flag of l_wsh_out_rec