DBA Data[Home] [Help]

APPS.PER_PMP_BUS dependencies on PER_PMP_SHD

Line 90: ,p_rec in per_pmp_shd.g_rec_type

86: -- {End of comments}
87: -- ----------------------------------------------------------------------------
88: Procedure insert_validate
89: (p_effective_date in date
90: ,p_rec in per_pmp_shd.g_rec_type
91: ,p_duplicate_name_warning out nocopy boolean
92: ,p_no_life_events_warning out nocopy boolean
93: );
94: --

Line 124: ,p_rec in per_pmp_shd.g_rec_type

120: -- {End Of Comments}
121: -- ----------------------------------------------------------------------------
122: Procedure update_validate
123: (p_effective_date in date
124: ,p_rec in per_pmp_shd.g_rec_type
125: ,p_duplicate_name_warning out nocopy boolean
126: ,p_no_life_events_warning out nocopy boolean
127: );
128: --

Line 162: (p_rec in per_pmp_shd.g_rec_type

158: --
159: -- {End Of Comments}
160: -- ----------------------------------------------------------------------------
161: Procedure delete_validate
162: (p_rec in per_pmp_shd.g_rec_type
163: );
164: --
165: end per_pmp_bus;