DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on PON_CF_TYPE_GRP

Line 982: l_debug_info := 'Call PON_CF_TYPE_GRP.get_cost_factor_details';

978: p_procedure_name => l_proc_name,
979: p_debug_info => l_debug_info);
980:
981: FOR n IN l_freight_charge_tbl.FIRST..l_freight_charge_tbl.LAST LOOP
982: l_debug_info := 'Call PON_CF_TYPE_GRP.get_cost_factor_details';
983: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
984: p_procedure_name => l_proc_name,
985: p_debug_info => l_debug_info);
986:

Line 992: l_cost_factor_details := PON_CF_TYPE_GRP.get_cost_factor_details(TO_NUMBER(l_freight_charge_tbl(n).charge_type_code));

988: p_procedure_name => l_proc_name,
989: p_var_name => 'l_freight_charge_tbl(n).charge_type_code',
990: p_var_value => nvl(l_freight_charge_tbl(n).charge_type_code,'NULL'));
991:
992: l_cost_factor_details := PON_CF_TYPE_GRP.get_cost_factor_details(TO_NUMBER(l_freight_charge_tbl(n).charge_type_code));
993:
994: l_debug_info := 'Populate the x_charge_ln_tbl type table';
995: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
996: p_procedure_name => l_proc_name,