DBA Data[Home] [Help]

APPS.PAY_PBF_INS dependencies on PAY_PBF_SHD

Line 64: (p_rec in out nocopy pay_pbf_shd.g_rec_type

60: --
61: -- {End Of Comments}
62: -- ----------------------------------------------------------------------------
63: Procedure insert_dml
64: (p_rec in out nocopy pay_pbf_shd.g_rec_type
65: ,p_effective_date in date
66: ,p_datetrack_mode in varchar2
67: ,p_validation_start_date in date
68: ,p_validation_end_date in date

Line 127: ,p_rec in out nocopy pay_pbf_shd.g_rec_type

123: -- ----------------------------------------------------------------------------
124: Procedure ins
125: (p_effective_date in date
126: ,p_initial_feed in boolean
127: ,p_rec in out nocopy pay_pbf_shd.g_rec_type
128: ,p_exist_run_result_warning out nocopy boolean
129: );
130: --
131: -- ----------------------------------------------------------------------------