DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PQP_RATES_HISTORY_CALC

Line 6293: l_value := pqp_rates_history_calc.convert_values

6289:
6290: --
6291: debug(l_proc_name, 40);
6292: --
6293: l_value := pqp_rates_history_calc.convert_values
6294: (p_assignment_id => p_assignment_id
6295: ,p_date => p_calculation_date
6296: ,p_value => l_value
6297: ,p_to_time_dim => p_to_time_dim

Line 6446: pqp_rates_history_calc.get_element_attributes

6442: LOOP
6443: --
6444: debug('element_type_id: '|| l_element_type_id,50+l_count/100 );
6445: --
6446: pqp_rates_history_calc.get_element_attributes
6447: (--p_element_type_extra_info_id => l_element_set.element_type_extra_info_id
6448: p_element_type_extra_info_id => l_element_dtl(l_element_type_id).element_type_extra_info_id
6449: ,p_service_history => l_service_history -- out
6450: ,p_fte => l_fte -- out

Line 6536: l_element_rate := pqp_rates_history_calc.process_element

6532:
6533: --
6534: debug(l_proc_name, 40);
6535: --
6536: l_element_rate := pqp_rates_history_calc.process_element
6537: (p_assignment_id => p_assignment_id
6538: ,p_date => p_calculation_date
6539: --,p_element_type_id => l_element_set.element_type_id
6540: ,p_element_type_id => l_element_type_id

Line 6569: l_element_rate := pqp_rates_history_calc.process_element

6565: --
6566: debug(l_proc_name, 50);
6567: debug('Pay Source NOT SP or GR');
6568: -- Additional parameters following rates history changes
6569: l_element_rate := pqp_rates_history_calc.process_element
6570: (p_assignment_id => p_assignment_id
6571: ,p_date => p_calculation_date
6572: --,p_element_type_id => l_element_set.element_type_id
6573: ,p_element_type_id => l_element_type_id

Line 6639: -- from pqp_rates_history_calc in SQLERRM, and passed on as token in dummy BEN messg

6635:
6636: debug('Trying to raise a PQP error message', 98);
6637:
6638: -- BUG 4431495 : raising a warning message, which is being caught as an exception
6639: -- from pqp_rates_history_calc in SQLERRM, and passed on as token in dummy BEN messg
6640: -- having text as only a TOKEN
6641:
6642: l_error := pqp_gb_tp_extract_functions.raise_extract_warning
6643: (p_assignment_id => p_assignment_id