DBA Data[Home] [Help]

APPS.BEN_PDT_BUS dependencies on BEN_PDT_SHD

Line 104: ,p_rec in ben_pdt_shd.g_rec_type

100: -- {End of comments}
101: -- ----------------------------------------------------------------------------
102: Procedure insert_validate
103: (p_effective_date in date
104: ,p_rec in ben_pdt_shd.g_rec_type
105: );
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< update_validate >----------------------------|

Line 136: ,p_rec in ben_pdt_shd.g_rec_type

132: -- {End Of Comments}
133: -- ----------------------------------------------------------------------------
134: Procedure update_validate
135: (p_effective_date in date
136: ,p_rec in ben_pdt_shd.g_rec_type
137: );
138: --
139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< delete_validate >----------------------------|

Line 172: (p_rec in ben_pdt_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure delete_validate
172: (p_rec in ben_pdt_shd.g_rec_type
173: );
174: --
175: end ben_pdt_bus;