DBA Data[Home] [Help]

APPS.FTE_BULKLOAD_PKG dependencies on FTE_PARCEL_LOADER

Line 481: FTE_PARCEL_LOADER.PROCESS_DATA(p_type => p_block_type,

477: p_line_number => p_line_number,
478: x_status => x_status,
479: x_error_msg => x_error_msg);
480: ELSIF (p_block_type IN ('RATING_ZONE_CHART', 'RATING_SETUP', 'ORIGIN', 'DESTINATION')) THEN
481: FTE_PARCEL_LOADER.PROCESS_DATA(p_type => p_block_type,
482: p_block_header => p_block_header,
483: p_block_data => p_block_data,
484: p_line_number => p_line_number,
485: x_status => x_status,

Line 1164: FTE_PARCEL_LOADER.PROCESS_ZONES_AND_LANES(x_status => x_status,

1160: ELSIF (l_type = 'PRICELIST' OR l_type = 'MODLIST' OR l_type = 'LTL_MODLIST') THEN
1161: FTE_RATE_CHART_LOADER.SUBMIT_QP_PROCESS(x_status => x_status,
1162: x_error_msg => x_error_msg);
1163: ELSIF (l_type = 'PRICE_ZONE_CHART') THEN
1164: FTE_PARCEL_LOADER.PROCESS_ZONES_AND_LANES(x_status => x_status,
1165: x_error_msg => x_error_msg);
1166: END IF;
1167:
1168: IF (x_status <> -1) THEN