DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_UTIL dependencies on PAY_ELEMENT_TEMPLATE_UTIL

Line 1: Package Body pay_element_template_util as

1: Package Body pay_element_template_util as
2: /* $Header: pyetmutl.pkb 120.0 2005/05/29 04:42:49 appldev noship $ */
3: ----------------
4: -- Exceptions --
5: ----------------

Line 11: g_package varchar2(33) := ' pay_element_template_util.';

7: pragma exception_init(plsql_value_error, -6502);
8: -----------------------
9: -- Package Variables --
10: -----------------------
11: g_package varchar2(33) := ' pay_element_template_util.';
12: -- -----------------------------------------------------------------------
13: -- |------------------------< get_template_type >-----------------|
14: -- -----------------------------------------------------------------------
15: function get_template_type(p_template_id in number) return varchar2 is

Line 281: ,p_core_objects in out nocopy pay_element_template_util.t_core_objects

277: -- |-------------------------< get_core_objects >-----------------------------|
278: -- ----------------------------------------------------------------------------
279: procedure get_core_objects
280: (p_template_id in number
281: ,p_core_objects in out nocopy pay_element_template_util.t_core_objects
282: ) is
283: l_proc varchar2(72) := g_package||'get_core_objects';
284: --
285: cursor csr_core_objects(p_template_id in number) is

Line 3498: end pay_element_template_util;

3494: RETURN l_formula_name;
3495:
3496: END get_shadow_formula_name;
3497: --
3498: end pay_element_template_util;