DBA Data[Home] [Help]

APPS.PAY_IPD_BUS dependencies on PAY_IPD_SHD

Line 181: ,p_rec in pay_ipd_shd.g_rec_type

177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure chk_non_updateable_args
180: (p_effective_date in date
181: ,p_rec in pay_ipd_shd.g_rec_type
182: ) IS
183: --
184: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
185: l_error EXCEPTION;

Line 193: IF NOT pay_ipd_shd.api_updating

189: --
190: -- Only proceed with the validation if a row exists for the current
191: -- record in the HR Schema.
192: --
193: IF NOT pay_ipd_shd.api_updating
194: (p_paye_details_id => p_rec.paye_details_id
195: ,p_effective_date => p_effective_date
196: ,p_object_version_number => p_rec.object_version_number
197: ) THEN

Line 205: nvl(pay_ipd_shd.g_old_rec.assignment_id, hr_api.g_number) THEN

201: fnd_message.raise_error;
202: END IF;
203: --
204: IF nvl(p_rec.assignment_id, hr_api.g_number) <>
205: nvl(pay_ipd_shd.g_old_rec.assignment_id, hr_api.g_number) THEN
206: l_argument := 'assignment_id';
207: raise l_error;
208: END IF;
209: --

Line 211: nvl(pay_ipd_shd.g_old_rec.comm_period_no, hr_api.g_number) THEN

207: raise l_error;
208: END IF;
209: --
210: IF nvl(p_rec.comm_period_no, hr_api.g_number) <>
211: nvl(pay_ipd_shd.g_old_rec.comm_period_no, hr_api.g_number) THEN
212: l_argument := 'comm_period_no';
213: raise l_error;
214: END IF;
215: --

Line 958: (p_rec in pay_ipd_shd.g_rec_type

954: -- ----------------------------------------------------------------------------
955: -- |---------------------------< insert_validate >----------------------------|
956: -- ----------------------------------------------------------------------------
957: Procedure insert_validate
958: (p_rec in pay_ipd_shd.g_rec_type
959: ,p_effective_date in date
960: ,p_datetrack_mode in varchar2
961: ,p_validation_start_date in date
962: ,p_validation_end_date in date

Line 1014: (p_rec in pay_ipd_shd.g_rec_type

1010: -- ----------------------------------------------------------------------------
1011: -- |---------------------------< update_validate >----------------------------|
1012: -- ----------------------------------------------------------------------------
1013: Procedure update_validate
1014: (p_rec in pay_ipd_shd.g_rec_type
1015: ,p_effective_date in date
1016: ,p_datetrack_mode in varchar2
1017: ,p_validation_start_date in date
1018: ,p_validation_end_date in date

Line 1075: (p_rec in pay_ipd_shd.g_rec_type

1071: -- ----------------------------------------------------------------------------
1072: -- |---------------------------< delete_validate >----------------------------|
1073: -- ----------------------------------------------------------------------------
1074: Procedure delete_validate
1075: (p_rec in pay_ipd_shd.g_rec_type
1076: ,p_effective_date in date
1077: ,p_datetrack_mode in varchar2
1078: ,p_validation_start_date in date
1079: ,p_validation_end_date in date