DBA Data[Home] [Help]

APPS.WSH_FC_INTERFACE_PKG dependencies on OE_GLOBALS

Line 3623: x_freight_costs.operation(l_table_id) := OE_GLOBALS.G_OPR_CREATE;

3619: x_freight_costs.adjusted_amount(l_table_id) := x_Freight_Costs_ALL(i).amount;
3620: x_freight_costs.arithmetic_operator.extend;
3621: x_freight_costs.arithmetic_operator(l_table_id) := 'AMT';
3622: x_freight_costs.operation.extend;
3623: x_freight_costs.operation(l_table_id) := OE_GLOBALS.G_OPR_CREATE;
3624:
3625:
3626: IF l_debug_on THEN
3627: WSH_DEBUG_SV.log(l_module_name,'cost_id',x_freight_costs.cost_id(l_table_id));