DBA Data[Home] [Help]

APPS.PQP_RATES_HISTORY_CALC dependencies on PQP_RATES_HISTORY_CALC

Line 1: PACKAGE BODY pqp_rates_history_calc AS

1: PACKAGE BODY pqp_rates_history_calc AS
2: /* $Header: pqrthcal.pkb 120.6.12010000.5 2008/08/05 14:23:40 ubhat ship $ */
3: --
4: -- Package Variables
5: -- do not include globals below this line in clear_cache

Line 6: g_package_name VARCHAR2(31) := 'pqp_rates_history_calc.';

2: /* $Header: pqrthcal.pkb 120.6.12010000.5 2008/08/05 14:23:40 ubhat ship $ */
3: --
4: -- Package Variables
5: -- do not include globals below this line in clear_cache
6: g_package_name VARCHAR2(31) := 'pqp_rates_history_calc.';
7: hr_application_error EXCEPTION;
8: g_debug BOOLEAN;
9: PRAGMA EXCEPTION_INIT(hr_application_error, -20001);
10:

Line 324: -- pqpgbtp1.pkb: pqp_rates_history_calc.get_element_attributes

320: -- element level.
321: -- Added extra atributes as the Context is extended to have additional
322: -- Fields to store calculation information etc.
323: --
324: -- pqpgbtp1.pkb: pqp_rates_history_calc.get_element_attributes
325: PROCEDURE get_element_attributes(
326: p_element_type_extra_info_id IN NUMBER
327: ,p_service_history OUT NOCOPY VARCHAR2
328: ,p_fte OUT NOCOPY VARCHAR2

Line 887: -- dependency : pqpgbtp1.pkb: l_value := pqp_rates_history_calc.convert_values

883: -- ----------------------------------------------------------------------------
884: --
885: -- Description: Do time dimension, fte, service hist conversion if necessary
886: --
887: -- dependency : pqpgbtp1.pkb: l_value := pqp_rates_history_calc.convert_values
888: FUNCTION convert_values
889: (p_assignment_id IN NUMBER
890: ,p_date IN DATE
891: ,p_value IN NUMBER

Line 1607: -- pqpgbtp1.pkb: l_element_rate := pqp_rates_history_calc.process_element

1603: -- Description: Retrive all necessary data, and calculate the
1604: -- applicable rate of pay.
1605: -- Paramaters Added for Calculation Factors and Term-Time Hours Check
1606: --
1607: -- pqpgbtp1.pkb: l_element_rate := pqp_rates_history_calc.process_element
1608: FUNCTION process_element(
1609: p_assignment_id IN NUMBER
1610: ,p_date IN DATE
1611: ,p_element_type_id IN NUMBER

Line 2804: END pqp_rates_history_calc;

2800: END IF;
2801: END get_historic_rate;
2802:
2803:
2804: END pqp_rates_history_calc;