DBA Data[Home] [Help]

APPS.PAY_BCT_BUS dependencies on PAY_BCT_SHD

Line 103: p_rec in pay_bct_shd.g_rec_type

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

Line 140: ,p_rec in pay_bct_shd.g_rec_type

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

Line 176: (p_rec in pay_bct_shd.g_rec_type

172: --
173: --
174: -- ----------------------------------------------------------------------------
175: Procedure delete_validate
176: (p_rec in pay_bct_shd.g_rec_type
177: );
178: --
179: end pay_bct_bus;