DBA Data[Home] [Help]

APPS.PQP_GB_T1_PENSION_EXTRACTS dependencies on PQP_RATES_HISTORY_CALC

Line 6265: l_value := pqp_rates_history_calc.convert_values

6261:
6262: --
6263: debug(l_proc_name, 40);
6264: --
6265: l_value := pqp_rates_history_calc.convert_values
6266: (p_assignment_id => p_assignment_id
6267: ,p_date => p_calculation_date
6268: ,p_value => l_value
6269: ,p_to_time_dim => p_to_time_dim

Line 6418: pqp_rates_history_calc.get_element_attributes

6414: LOOP
6415: --
6416: debug('element_type_id: '|| l_element_type_id,50+l_count/100 );
6417: --
6418: pqp_rates_history_calc.get_element_attributes
6419: (--p_element_type_extra_info_id => l_element_set.element_type_extra_info_id
6420: p_element_type_extra_info_id => l_element_dtl(l_element_type_id).element_type_extra_info_id
6421: ,p_service_history => l_service_history -- out
6422: ,p_fte => l_fte -- out

Line 6508: l_element_rate := pqp_rates_history_calc.process_element

6504:
6505: --
6506: debug(l_proc_name, 40);
6507: --
6508: l_element_rate := pqp_rates_history_calc.process_element
6509: (p_assignment_id => p_assignment_id
6510: ,p_date => p_calculation_date
6511: --,p_element_type_id => l_element_set.element_type_id
6512: ,p_element_type_id => l_element_type_id

Line 6541: l_element_rate := pqp_rates_history_calc.process_element

6537: --
6538: debug(l_proc_name, 50);
6539: debug('Pay Source NOT SP or GR');
6540: -- Additional parameters following rates history changes
6541: l_element_rate := pqp_rates_history_calc.process_element
6542: (p_assignment_id => p_assignment_id
6543: ,p_date => p_calculation_date
6544: --,p_element_type_id => l_element_set.element_type_id
6545: ,p_element_type_id => l_element_type_id

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

6607:
6608: debug('Trying to raise a PQP error message', 98);
6609:
6610: -- BUG 4431495 : raising a warning message, which is being caught as an exception
6611: -- from pqp_rates_history_calc in SQLERRM, and passed on as token in dummy BEN messg
6612: -- having text as only a TOKEN
6613:
6614: l_error := pqp_gb_tp_extract_functions.raise_extract_warning
6615: (p_assignment_id => p_assignment_id