DBA Data[Home] [Help]

APPS.PAYWSDYG_PKG dependencies on PAYWSDYG_PKG

Line 1: PACKAGE BODY paywsdyg_pkg AS

1: PACKAGE BODY paywsdyg_pkg AS
2: -- $Header: pydygpkg.pkb 120.2.12010000.1 2008/07/27 22:28:37 appldev ship $
3: --
4: -- +---------------------------------------------------------------------------+
5: -- | Global Constants |

Line 7: g_package varchar2(80) := 'paywsdyg_pkg';

3: --
4: -- +---------------------------------------------------------------------------+
5: -- | Global Constants |
6: -- +---------------------------------------------------------------------------+
7: g_package varchar2(80) := 'paywsdyg_pkg';
8: --
9: -- The end-of-line character to use in generated PL/SQL
10: --
11: g_eol CONSTANT VARCHAR2(10) := fnd_global.newline;

Line 3622: p_bs := ' if (paywsdyg_pkg.trigger_enabled('''

3618: -- Save the body details
3619: p_dyt_pkg_body_tbl(p_dyt_pkg_body_tbl.last + 1) := p_bs;
3620: p_bs := '';
3621: --
3622: p_bs := ' if (paywsdyg_pkg.trigger_enabled('''
3623: ||dyt_rec.short_name||''')) then'||g_eol;
3624: p_bs := p_bs||' '||get_dyt_proc_name(dyt_rec.short_name)||'('||g_eol;
3625:
3626: -- build up params for call to newly created procedure

Line 3840: paywsdyg_pkg.generate_trigger(

3836:
3837: hr_utility.trace(' creating dyt triggers...');
3838: --
3839: for dyt_record in csr_dyt_ids(p_table_name) loop
3840: paywsdyg_pkg.generate_trigger(
3841: dyt_record.event_id,
3842: l_name,
3843: l_ok);
3844: hr_utility.trace(' just created a dynamic trigger for id: '||dyt_record.event_id||', dyt_name: '||dyt_record.short_name||', into: '||l_name);

Line 4027: paywsdyg_pkg.convert_tab_style(

4023: end if;
4024: end if;
4025:
4026: if (l_need_rebuild_flag = 'Y') then
4027: paywsdyg_pkg.convert_tab_style(
4028: p_table_name => p_table_name,
4029: p_dyt_type => l_reqd_format);
4030: end if;
4031:

Line 4037: paywsdyg_pkg.convert_tab_style(

4033: -- which does not have hooks and thus this procedure should never be called for
4034: -- this table. If this is called for pay_element_entries_f then make the
4035: -- vals table have the same behaviour.
4036: if (p_table_name = 'PAY_ELEMENT_ENTRIES_F') then
4037: paywsdyg_pkg.convert_tab_style(
4038: p_table_name => 'PAY_ELEMENT_ENTRY_VALUES_F',
4039: p_dyt_type => l_reqd_format);
4040: end if;
4041:

Line 4466: end paywsdyg_pkg;

4462: --
4463: RETURN l_schema;
4464: END get_table_owner;
4465: --
4466: end paywsdyg_pkg;