DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on HR_PSF_SHD

Line 51: (p_rec in hr_psf_shd.g_rec_type,

47: --
48: -- {End Of Comments}
49: -- ----------------------------------------------------------------------------
50: Procedure insert_validate
51: (p_rec in hr_psf_shd.g_rec_type,
52: p_effective_date in date,
53: p_datetrack_mode in varchar2,
54: p_validation_start_date in date,
55: p_validation_end_date in date);

Line 90: (p_rec in hr_psf_shd.g_rec_type,

86: --
87: -- {End Of Comments}
88: -- ----------------------------------------------------------------------------
89: Procedure update_validate
90: (p_rec in hr_psf_shd.g_rec_type,
91: p_effective_date in date,
92: p_datetrack_mode in varchar2,
93: p_validation_start_date in date,
94: p_validation_end_date in date);

Line 129: (p_rec in hr_psf_shd.g_rec_type,

125: --
126: -- {End Of Comments}
127: -- ----------------------------------------------------------------------------
128: Procedure delete_validate
129: (p_rec in hr_psf_shd.g_rec_type,
130: p_effective_date in date,
131: p_datetrack_mode in varchar2,
132: p_validation_start_date in date,
133: p_validation_end_date in date);

Line 156: (p_rec in hr_psf_shd.g_rec_type);

152: -- |-------------------------------< chk_ddf >---------------------------------|
153: -- -----------------------------------------------------------------------------
154: --
155: procedure chk_ddf
156: (p_rec in hr_psf_shd.g_rec_type);
157: --
158: -- -----------------------------------------------------------------------
159: -- |------------------------------< chk_df >-----------------------------|
160: -- -----------------------------------------------------------------------

Line 186: (p_rec in hr_psf_shd.g_rec_type);

182: -- Access Status:
183: -- Internal Row Handler Use Only.
184: --
185: procedure chk_df
186: (p_rec in hr_psf_shd.g_rec_type);
187: --
188: Procedure DE_Update_properties(
189: p_position_id in number,
190: p_effective_Start_Date in date,