DBA Data[Home] [Help]

APPS.PER_ANC_INS dependencies on PER_ANC_INS

Line 1: Package Body per_anc_ins as

1: Package Body per_anc_ins as
2: /* $Header: peancrhi.pkb 120.2 2005/10/05 06:19:33 asahay noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_anc_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_anc_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 546: per_anc_ins.ins

542: hr_utility.set_location(l_proc, 10);
543: --
544: -- a new combination needs to be inserted
545: --
546: per_anc_ins.ins
547: (p_analysis_criteria_id => p_analysis_criteria_id,
548: p_request_id => null,
549: p_program_application_id => null,
550: p_program_id => null,

Line 604: end per_anc_ins;

600: end if;
601: hr_utility.set_location(' Leaving:'||l_proc, 10);
602: end ins_or_sel;
603: --
604: end per_anc_ins;