DBA Data[Home] [Help]

APPS.PER_PER_INS dependencies on PER_PER_SHD

Line 65: (p_rec in out nocopy per_per_shd.g_rec_type,

61: --
62: -- {End Of Comments}
63: -- ----------------------------------------------------------------------------
64: Procedure insert_dml
65: (p_rec in out nocopy per_per_shd.g_rec_type,
66: p_effective_date in date,
67: p_datetrack_mode in varchar2,
68: p_validation_start_date in date,
69: p_validation_end_date in date);

Line 181: p_rec in out nocopy per_per_shd.g_rec_type,

177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure ins
180: (
181: p_rec in out nocopy per_per_shd.g_rec_type,
182: p_effective_date in date,
183: p_validate in boolean default false,
184: p_name_combination_warning out nocopy boolean,
185: p_dob_null_warning out nocopy boolean,