DBA Data[Home] [Help]

APPS.FTE_TL_CACHE dependencies on FTE_FREIGHT_PRICING

Line 235: g_tl_shipment_line_rows FTE_FREIGHT_PRICING.shipment_line_tab_type;

231: --Carrier preference cache
232: g_tl_carrier_pref_rows TL_CARRIER_PREF_TAB_TYPE;
233:
234:
235: g_tl_shipment_line_rows FTE_FREIGHT_PRICING.shipment_line_tab_type;
236:
237: --The following hash and map , are the equivalent of wsh_delivery_assignments, they capture which dlv-details are assigned to which dlv
238:
239: --Delivery Detail map cache

Line 252: g_tl_int_shipment_line_rows FTE_FREIGHT_PRICING.shipment_line_tab_type;

248: g_tl_delivery_detail_hash DBMS_UTILITY.NUMBER_ARRAY;
249:
250:
251: --For MDC, all containers that are above the top level detail of deliveries
252: g_tl_int_shipment_line_rows FTE_FREIGHT_PRICING.shipment_line_tab_type;
253:
254: --This will hold the child delivery legs information.
255: --These delivery legs will not be in g_tl_delivery_leg_rows.
256: --The weight will always be non-dimensional.