DBA Data[Home] [Help]

APPS.PER_JBD_INS dependencies on PER_JBD_INS

Line 1: Package Body per_jbd_ins as

1: Package Body per_jbd_ins as
2: /* $Header: pejbdrhi.pkb 115.1 99/07/18 13:54:47 porting ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 518: per_jbd_ins.ins

514: hr_utility.set_location(l_proc, 10);
515: --
516: -- a new combination needs to be inserted
517: --
518: per_jbd_ins.ins
519: (p_job_definition_id => p_job_definition_id,
520: p_id_flex_num => l_id_flex_num,
521: p_end_date_active => null,
522: p_segment1 => p_segment1,

Line 569: end per_jbd_ins;

565: end if;
566: hr_utility.set_location(' Leaving:'||l_proc, 15);
567: end ins_or_sel;
568: --
569: end per_jbd_ins;