DBA Data[Home] [Help]

APPS.PAY_US_EARNINGS_TEMPLATE dependencies on PAY_US_EARNINGS_TEMPLATE

Line 1: PACKAGE BODY pay_us_earnings_template AS

1: PACKAGE BODY pay_us_earnings_template AS
2: /* $Header: payusearningtemp.pkb 120.2 2012/01/19 08:21:00 rpahune ship $ */
3: -- =======================================================================
4: -- DECLARE THE GLOBAL variables
5: -- =======================================================================

Line 89: l_proc VARCHAR2(80) := 'pay_us_earnings_template.create_ele_template_objects';

85: l_calc_type VARCHAR2(30);
86: l_category_bal_name VARCHAR2(60);
87: l_temp_ele_name VARCHAR2(255);
88: l_template_name VARCHAR2(50);
89: l_proc VARCHAR2(80) := 'pay_us_earnings_template.create_ele_template_objects';
90: l_info_category VARCHAR2(50);
91: l_skip_formula VARCHAR2(50);
92: l_si_flag VARCHAR2(1) := 'Y';
93: l_sf_flag VARCHAR2(1) := 'N';

Line 657: l_proc VARCHAR2(60) := 'pay_us_earnings_template.get_obj_id';

653: ,p_object_id IN NUMBER DEFAULT NULL )
654: RETURN NUMBER IS
655: --
656: l_object_id NUMBER := NULL;
657: l_proc VARCHAR2(60) := 'pay_us_earnings_template.get_obj_id';
658: --
659: CURSOR c_element IS -- Gets the element type id
660: SELECT element_type_id
661: FROM pay_element_types_f

Line 734: END pay_us_earnings_template;

730: ,p_template_id => l_template_id);
731: hr_utility.set_location('Leaving :'||l_proc, 50);
732: --
733: END delete_ele_template_objects;
734: END pay_us_earnings_template;