DBA Data[Home] [Help]

APPS.PAY_PBF_DEL dependencies on PAY_PBF_SHD

Line 35: (p_rec in out nocopy pay_pbf_shd.g_rec_type

31: --
32: -- {End Of Comments}
33: -- ----------------------------------------------------------------------------
34: Procedure delete_dml
35: (p_rec in out nocopy pay_pbf_shd.g_rec_type
36: ,p_effective_date in date
37: ,p_datetrack_mode in varchar2
38: ,p_validation_start_date in date
39: ,p_validation_end_date in date

Line 92: ,p_rec in out nocopy pay_pbf_shd.g_rec_type

88: -- ----------------------------------------------------------------------------
89: Procedure del
90: (p_effective_date in date
91: ,p_datetrack_mode in varchar2
92: ,p_rec in out nocopy pay_pbf_shd.g_rec_type
93: ,p_exist_run_result_warning out nocopy boolean
94: );
95: --
96: -- ----------------------------------------------------------------------------