DBA Data[Home] [Help]

APPS.BEN_PCR_INS dependencies on BEN_PCR_SHD

Line 38: (p_rec in out nocopy ben_pcr_shd.g_rec_type,

34: --
35: -- {End Of Comments}
36: -- ----------------------------------------------------------------------------
37: Procedure insert_dml
38: (p_rec in out nocopy ben_pcr_shd.g_rec_type,
39: p_effective_date in date,
40: p_datetrack_mode in varchar2,
41: p_validation_start_date in date,
42: p_validation_end_date in date);

Line 93: p_rec in out nocopy ben_pcr_shd.g_rec_type,

89: -- {End Of Comments}
90: -- ----------------------------------------------------------------------------
91: Procedure ins
92: (
93: p_rec in out nocopy ben_pcr_shd.g_rec_type,
94: p_effective_date in date
95: );
96: --
97: -- ----------------------------------------------------------------------------