DBA Data[Home] [Help]

APPS.NTG_EARNINGS_TEMPLATE dependencies on NTG_EARNINGS_TEMPLATE

Line 1: PACKAGE BODY ntg_earnings_template AS

1: PACKAGE BODY ntg_earnings_template AS
2: /* $Header: pyusntgf.pkb 120.2 2006/05/11 02:48:10 saikrish noship $ */
3:
4: /*========================================================================
5: * CREATE_ELE_NTG_OBJECTS

Line 66: l_proc varchar2(80) := 'ntg_earnings_template.create_ele_template_objects';

62: l_nextval number;
63: l_status_pro_rule_id number;
64: l_configuration_information2 VARCHAR2(200); --Added for bug 5219568
65: --
66: l_proc varchar2(80) := 'ntg_earnings_template.create_ele_template_objects';
67: --
68: -- cursor to get the template id
69: --
70: CURSOR c_template (l_template_name varchar2) IS

Line 102: l_proc VARCHAR2(60) := 'ntg_earnings_template.get_obj_id';

98: p_object_id in number default NULL)
99: RETURN NUMBER is
100: --
101: l_object_id NUMBER := NULL;
102: l_proc VARCHAR2(60) := 'ntg_earnings_template.get_obj_id';
103: --
104: CURSOR c_element IS -- Gets the element type id
105: SELECT element_type_id
106: FROM pay_element_types_f

Line 520: l_proc VARCHAR2(60) := 'ntg_earnings_template.delete_ele_template_objects';

516: ) IS
517: --
518: l_template_id NUMBER(9);
519: --
520: l_proc VARCHAR2(60) := 'ntg_earnings_template.delete_ele_template_objects';
521: --
522: CURSOR c1 is
523: SELECT template_id
524: FROM pay_element_templates

Line 544: END ntg_earnings_template;

540: hr_utility.set_location('Leaving :'||l_proc, 50);
541: --
542: END delete_user_template_objects;
543: --
544: END ntg_earnings_template;