DBA Data[Home] [Help]

APPS.PER_POD_INS dependencies on PER_POD_INS

Line 1: Package Body per_pod_ins as

1: Package Body per_pod_ins as
2: /* $Header: pepodrhi.pkb 115.6 2002/12/04 10:56:05 eumenyio ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 529: per_pod_ins.ins

525: hr_utility.set_location(l_proc, 10);
526: --
527: -- a new combination needs to be inserted
528: --
529: per_pod_ins.ins
530: (p_position_definition_id => p_position_definition_id,
531: p_id_flex_num => l_id_flex_num,
532: p_summary_flag => null,
533: p_enabled_flag => null,

Line 583: end per_pod_ins;

579: end if;
580: hr_utility.set_location(' Leaving:'||l_proc, 10);
581: end ins_or_sel;
582: --
583: end per_pod_ins;