DBA Data[Home] [Help]

APPS.BEN_CPI_BUS dependencies on BEN_CPI_SHD

Line 109: (p_rec in ben_cpi_shd.g_rec_type

105: --
106: -- {End of comments}
107: -- ----------------------------------------------------------------------------
108: Procedure insert_validate
109: (p_rec in ben_cpi_shd.g_rec_type
110: );
111: --
112: -- ----------------------------------------------------------------------------
113: -- |---------------------------< update_validate >----------------------------|

Line 140: (p_rec in ben_cpi_shd.g_rec_type

136: --
137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure update_validate
140: (p_rec in ben_cpi_shd.g_rec_type
141: );
142: --
143: -- ----------------------------------------------------------------------------
144: -- |---------------------------< delete_validate >----------------------------|

Line 176: (p_rec in ben_cpi_shd.g_rec_type

172: --
173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure delete_validate
176: (p_rec in ben_cpi_shd.g_rec_type
177: );
178: --
179: end ben_cpi_bus;