DBA Data[Home] [Help]

APPS.PER_PYP_UPD dependencies on PER_PYP_SHD

Line 47: Procedure convert_defs(p_rec in out nocopy per_pyp_shd.g_rec_type);

43: -- Internal Row Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure convert_defs(p_rec in out nocopy per_pyp_shd.g_rec_type);
48: --
49: --
50: --
51: -- ----------------------------------------------------------------------------

Line 121: p_rec in out nocopy per_pyp_shd.g_rec_type,

117: -- {End Of Comments}
118: -- ----------------------------------------------------------------------------
119: Procedure upd
120: (
121: p_rec in out nocopy per_pyp_shd.g_rec_type,
122: p_validate in boolean default false,
123: p_inv_next_sal_date_warning out nocopy boolean,
124: p_proposed_salary_warning out nocopy boolean,
125: p_approved_warning out nocopy boolean,