DBA Data[Home] [Help]

APPS.PER_ABB_BUS dependencies on PER_ABB_SHD

Line 69: (p_rec in out nocopy per_abb_shd.g_rec_type

65: --
66: -- {End of comments}
67: -- ----------------------------------------------------------------------------
68: Procedure insert_validate
69: (p_rec in out nocopy per_abb_shd.g_rec_type
70: );
71: --
72: -- ----------------------------------------------------------------------------
73: -- |---------------------------< update_validate >----------------------------|

Line 100: (p_rec in out nocopy per_abb_shd.g_rec_type

96: --
97: -- {End Of Comments}
98: -- ----------------------------------------------------------------------------
99: Procedure update_validate
100: (p_rec in out nocopy per_abb_shd.g_rec_type
101: );
102: --
103: -- ----------------------------------------------------------------------------
104: -- |---------------------------< delete_validate >----------------------------|

Line 136: (p_rec in per_abb_shd.g_rec_type

132: --
133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure delete_validate
136: (p_rec in per_abb_shd.g_rec_type
137: );
138: --
139: end per_abb_bus;