DBA Data[Home] [Help]

APPS.PAY_PUC_BUS dependencies on PAY_PUC_SHD

Line 107: (p_rec in pay_puc_shd.g_rec_type

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

Line 138: (p_rec in pay_puc_shd.g_rec_type

134: --
135: -- {End Of Comments}
136: -- ----------------------------------------------------------------------------
137: Procedure update_validate
138: (p_rec in pay_puc_shd.g_rec_type
139: ,p_formula_warning out nocopy boolean
140: );
141: --
142: -- ----------------------------------------------------------------------------

Line 175: (p_rec in pay_puc_shd.g_rec_type

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