DBA Data[Home] [Help]

APPS.WSH_FC_INTERFACE_PKG dependencies on OE_GLOBALS

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

3612: x_freight_costs.adjusted_amount(l_table_id) := x_Freight_Costs_ALL(i).amount;
3613: x_freight_costs.arithmetic_operator.extend;
3614: x_freight_costs.arithmetic_operator(l_table_id) := 'AMT';
3615: x_freight_costs.operation.extend;
3616: x_freight_costs.operation(l_table_id) := OE_GLOBALS.G_OPR_CREATE;
3617:
3618:
3619: IF l_debug_on THEN
3620: WSH_DEBUG_SV.log(l_module_name,'cost_id',x_freight_costs.cost_id(l_table_id));