DBA Data[Home] [Help]

APPS.INL_CHARGE_PVT dependencies on PON_CF_TYPE_GRP

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

1353: p_debug_info => l_debug_info
1354: );
1355:
1356: FOR n IN 1 .. l_freight_charge_tbl.COUNT LOOP
1357: l_debug_info := 'Call PON_CF_TYPE_GRP.get_cost_factor_details';
1358: INL_LOGGING_PVT.Log_Statement (
1359: p_module_name => g_module_name,
1360: p_procedure_name => l_proc_name,
1361: p_debug_info => l_debug_info

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

1397: p_debug_info => l_debug_info);
1398: ELSE -- Bug #9274538
1399:
1400: BEGIN
1401: l_cost_factor_details := PON_CF_TYPE_GRP.get_cost_factor_details(TO_NUMBER(l_freight_charge_tbl(n).charge_type_code));
1402: EXCEPTION
1403: WHEN OTHERS THEN
1404: l_cost_factor_valid := 'F';
1405: l_debug_info := 'Cost Factor ' || l_freight_charge_tbl(n).charge_type_code ||