DBA Data[Home] [Help]

APPS.PAY_PRT_INS dependencies on PAY_PRT_SHD

Line 78: (p_rec in out nocopy pay_prt_shd.g_rec_type

74: --
75: -- {End Of Comments}
76: -- ----------------------------------------------------------------------------
77: Procedure dt_insert_dml
78: (p_rec in out nocopy pay_prt_shd.g_rec_type
79: ,p_effective_date in date
80: ,p_datetrack_mode in varchar2
81: ,p_validation_start_date in date
82: ,p_validation_end_date in date

Line 92: pay_prt_shd.g_old_rec.effective_start_date

88: t.creation_date
89: from pay_run_types_f t
90: where t.run_type_id = p_rec.run_type_id
91: and t.effective_start_date =
92: pay_prt_shd.g_old_rec.effective_start_date
93: and t.effective_end_date = (p_validation_start_date - 1);
94: --
95: l_proc varchar2(72) := g_package||'dt_insert_dml';
96: l_created_by pay_run_types_f.created_by%TYPE;

Line 255: pay_prt_shd.constraint_error

251: Exception
252: When hr_api.check_integrity_violated Then
253: -- A check constraint has been violated
254: --
255: pay_prt_shd.constraint_error
256: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
257: When hr_api.unique_integrity_violated Then
258: -- Unique integrity has been violated
259: --

Line 260: pay_prt_shd.constraint_error

256: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
257: When hr_api.unique_integrity_violated Then
258: -- Unique integrity has been violated
259: --
260: pay_prt_shd.constraint_error
261: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
262: When Others Then
263: --
264: Raise;

Line 324: (p_rec in out nocopy pay_prt_shd.g_rec_type

320: -- ----------------------------------------------------------------------------
321: -- |------------------------------< insert_dml >------------------------------|
322: -- ----------------------------------------------------------------------------
323: Procedure insert_dml
324: (p_rec in out nocopy pay_prt_shd.g_rec_type
325: ,p_effective_date in date
326: ,p_datetrack_mode in varchar2
327: ,p_validation_start_date in date
328: ,p_validation_end_date in date

Line 387: (p_rec in out nocopy pay_prt_shd.g_rec_type

383: --
384: -- {End Of Comments}
385: -- ----------------------------------------------------------------------------
386: Procedure pre_insert
387: (p_rec in out nocopy pay_prt_shd.g_rec_type
388: ,p_effective_date in date
389: ,p_datetrack_mode in varchar2
390: ,p_validation_start_date in date
391: ,p_validation_end_date in date

Line 477: (p_rec in pay_prt_shd.g_rec_type

473: --
474: -- {End Of Comments}
475: -- ----------------------------------------------------------------------------
476: Procedure post_insert
477: (p_rec in pay_prt_shd.g_rec_type
478: ,p_effective_date in date
479: ,p_datetrack_mode in varchar2
480: ,p_validation_start_date in date
481: ,p_validation_end_date in date

Line 639: ,p_rec in pay_prt_shd.g_rec_type

635: -- ----------------------------------------------------------------------------
636: Procedure ins_lck
637: (p_effective_date in date
638: ,p_datetrack_mode in varchar2
639: ,p_rec in pay_prt_shd.g_rec_type
640: ,p_validation_start_date out nocopy date
641: ,p_validation_end_date out nocopy date
642: ) is
643: --

Line 679: ,p_rec in out nocopy pay_prt_shd.g_rec_type

675: -- |---------------------------------< ins >----------------------------------|
676: -- ----------------------------------------------------------------------------
677: Procedure ins
678: (p_effective_date in date
679: ,p_rec in out nocopy pay_prt_shd.g_rec_type
680: ) is
681: --
682: l_proc varchar2(72) := g_package||'ins';
683: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 791: l_rec pay_prt_shd.g_rec_type;

787: ,p_effective_start_date out nocopy date
788: ,p_effective_end_date out nocopy date
789: ) is
790: --
791: l_rec pay_prt_shd.g_rec_type;
792: l_proc varchar2(72) := g_package||'ins';
793: --
794: Begin
795: hr_utility.set_location('Entering:'||l_proc, 5);

Line 801: pay_prt_shd.convert_args

797: -- Call conversion function to turn arguments into the
798: -- p_rec structure.
799: --
800: l_rec :=
801: pay_prt_shd.convert_args
802: (null
803: ,p_run_type_name
804: ,p_run_method
805: ,null