DBA Data[Home] [Help]

APPS.PAY_PGA_INS dependencies on PAY_PGA_SHD

Line 80: (p_rec in out nocopy pay_pga_shd.g_rec_type

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

Line 94: pay_pga_shd.g_old_rec.effective_start_date

90: t.creation_date
91: from pay_payment_gl_accounts_f t
92: where t.pay_gl_account_id = p_rec.pay_gl_account_id
93: and t.effective_start_date =
94: pay_pga_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pay_payment_gl_accounts_f.created_by%TYPE;

Line 202: pay_pga_shd.constraint_error

198: Exception
199: When hr_api.check_integrity_violated Then
200: -- A check constraint has been violated
201: --
202: pay_pga_shd.constraint_error
203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.unique_integrity_violated Then
205: -- Unique integrity has been violated
206: --

Line 207: pay_pga_shd.constraint_error

203: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
204: When hr_api.unique_integrity_violated Then
205: -- Unique integrity has been violated
206: --
207: pay_pga_shd.constraint_error
208: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
209: When Others Then
210: --
211: Raise;

Line 218: (p_rec in out nocopy pay_pga_shd.g_rec_type

214: -- ----------------------------------------------------------------------------
215: -- |------------------------------< insert_dml >------------------------------|
216: -- ----------------------------------------------------------------------------
217: Procedure insert_dml
218: (p_rec in out nocopy pay_pga_shd.g_rec_type
219: ,p_effective_date in date
220: ,p_datetrack_mode in varchar2
221: ,p_validation_start_date in date
222: ,p_validation_end_date in date

Line 281: (p_rec in out nocopy pay_pga_shd.g_rec_type

277: --
278: -- {End Of Comments}
279: -- ----------------------------------------------------------------------------
280: Procedure pre_insert
281: (p_rec in out nocopy pay_pga_shd.g_rec_type
282: ,p_effective_date in date
283: ,p_datetrack_mode in varchar2
284: ,p_validation_start_date in date
285: ,p_validation_end_date in date

Line 373: (p_rec in pay_pga_shd.g_rec_type

369: --
370: -- {End Of Comments}
371: -- ----------------------------------------------------------------------------
372: Procedure post_insert
373: (p_rec in pay_pga_shd.g_rec_type
374: ,p_effective_date in date
375: ,p_datetrack_mode in varchar2
376: ,p_validation_start_date in date
377: ,p_validation_end_date in date

Line 432: ,p_rec in pay_pga_shd.g_rec_type

428: -- ----------------------------------------------------------------------------
429: Procedure ins_lck
430: (p_effective_date in date
431: ,p_datetrack_mode in varchar2
432: ,p_rec in pay_pga_shd.g_rec_type
433: ,p_validation_start_date out nocopy date
434: ,p_validation_end_date out nocopy date
435: ) is
436: --

Line 492: ,p_rec in out nocopy pay_pga_shd.g_rec_type

488: -- |---------------------------------< ins >----------------------------------|
489: -- ----------------------------------------------------------------------------
490: Procedure ins
491: (p_effective_date in date
492: ,p_rec in out nocopy pay_pga_shd.g_rec_type
493: ) is
494: --
495: l_proc varchar2(72) := g_package||'ins';
496: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 580: l_rec pay_pga_shd.g_rec_type;

576: ,p_effective_start_date out nocopy date
577: ,p_effective_end_date out nocopy date
578: ) is
579: --
580: l_rec pay_pga_shd.g_rec_type;
581: l_proc varchar2(72) := g_package||'ins';
582: --
583: Begin
584: hr_utility.set_location('Entering:'||l_proc, 5);

Line 590: pay_pga_shd.convert_args

586: -- Call conversion function to turn arguments into the
587: -- p_rec structure.
588: --
589: l_rec :=
590: pay_pga_shd.convert_args
591: (null
592: ,null
593: ,null
594: ,p_set_of_books_id