DBA Data[Home] [Help]

APPS.PER_PPC_BUS dependencies on PER_PPC_SHD

Line 96: Procedure insert_validate(p_rec in out nocopy per_ppc_shd.g_rec_type

92: -- Internal Table Handler Use Only.
93: --
94: -- {End Of Comments}
95: -- ----------------------------------------------------------------------------
96: Procedure insert_validate(p_rec in out nocopy per_ppc_shd.g_rec_type
97: ,p_validation_strength in varchar2 default 'STRONG');
98: --
99: -- ----------------------------------------------------------------------------
100: -- |---------------------------< update_validate >----------------------------|

Line 131: Procedure update_validate(p_rec in out nocopy per_ppc_shd.g_rec_type

127: -- Internal Table Handler Use Only.
128: --
129: -- {End Of Comments}
130: -- ----------------------------------------------------------------------------
131: Procedure update_validate(p_rec in out nocopy per_ppc_shd.g_rec_type
132: ,p_validation_strength in varchar2 default 'STRONG');
133: --
134: -- ----------------------------------------------------------------------------
135: -- |---------------------------< delete_validate >----------------------------|

Line 175: Procedure delete_validate(p_rec in per_ppc_shd.g_rec_type

171: -- Internal Table Handler Use Only.
172: --
173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure delete_validate(p_rec in per_ppc_shd.g_rec_type
176: ,p_validation_strength in varchar2 default 'STRONG');
177: --
178: --
179: -- ---------------------------------------------------------------------------