DBA Data[Home] [Help]

APPS.PAY_SGB_BUS dependencies on PAY_SGB_SHD

Line 38: ,p_rec in pay_sgb_shd.g_rec_type

34: -- {End of comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate
37: (p_effective_date in date
38: ,p_rec in pay_sgb_shd.g_rec_type
39: );
40: --
41: -- ----------------------------------------------------------------------------
42: -- |---------------------------< update_validate >----------------------------|

Line 75: ,p_rec in pay_sgb_shd.g_rec_type

71: -- {End Of Comments}
72: -- ----------------------------------------------------------------------------
73: Procedure update_validate
74: (p_effective_date in date
75: ,p_rec in pay_sgb_shd.g_rec_type
76: );
77: --
78: -- ----------------------------------------------------------------------------
79: -- |---------------------------< delete_validate >----------------------------|

Line 111: (p_rec in pay_sgb_shd.g_rec_type

107: --
108: -- {End Of Comments}
109: -- ----------------------------------------------------------------------------
110: Procedure delete_validate
111: (p_rec in pay_sgb_shd.g_rec_type
112: );
113: --
114: end pay_sgb_bus;