DBA Data[Home] [Help]

APPS.PAY_PTA_BUS dependencies on PAY_PTA_SHD

Line 106: (p_rec in pay_pta_shd.g_rec_type

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

Line 142: (p_rec in pay_pta_shd.g_rec_type

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

Line 178: (p_rec in pay_pta_shd.g_rec_type

174: --
175: -- {End Of Comments}
176: -- ----------------------------------------------------------------------------
177: Procedure delete_validate
178: (p_rec in pay_pta_shd.g_rec_type
179: );
180: --
181: end pay_pta_bus;