DBA Data[Home] [Help]

APPS.PAY_ISB_BUS dependencies on PAY_ISB_SHD

Line 134: p_rec in pay_isb_shd.g_rec_type) is

130: -- ---------------------------------------------------------------------------
131: -- |--------------------------< chk_paye_details >---------------------------|
132: -- ---------------------------------------------------------------------------
133: procedure chk_paye_details( p_effective_date in date,
134: p_rec in pay_isb_shd.g_rec_type) is
135: cursor c_paye_details is
136: select paye_details_id
137: from pay_ie_paye_details_f ipd
138: where ipd.assignment_id = p_rec.assignment_id

Line 177: procedure chk_calc_option_required(p_rec in pay_isb_shd.g_rec_type) is

173: --
174: -- ----------------------------------------------------------------------------
175: -- |---------------------< chk_calc_option_required >------------------------|
176: -- ----------------------------------------------------------------------------
177: procedure chk_calc_option_required(p_rec in pay_isb_shd.g_rec_type) is
178: begin
179: if nvl(p_rec.benefit_amount,0) > 0 and p_rec.calculation_option is null then
180: fnd_message.set_name('PAY','HR_IE_CALC_OPTION_REQUIRED');
181: fnd_message.raise_error;

Line 188: procedure chk_benefit_type_required(p_rec in pay_isb_shd.g_rec_type) is

184: --
185: -- ----------------------------------------------------------------------------
186: -- |---------------------< chk_benefit_type_required >------------------------|
187: -- ----------------------------------------------------------------------------
188: procedure chk_benefit_type_required(p_rec in pay_isb_shd.g_rec_type) is
189: begin
190: if nvl(p_rec.benefit_amount,0) > 0
191: and (p_rec.calculation_option = 'IE_OPTION1' or
192: p_rec.calculation_option = 'IE_OPTION2' or

Line 390: ,p_rec in pay_isb_shd.g_rec_type

386: -- {End Of Comments}
387: -- ----------------------------------------------------------------------------
388: Procedure chk_non_updateable_args
389: (p_effective_date in date
390: ,p_rec in pay_isb_shd.g_rec_type
391: ) IS
392: --
393: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
394: l_error EXCEPTION;

Line 402: IF NOT pay_isb_shd.api_updating

398: --
399: -- Only proceed with the validation if a row exists for the current
400: -- record in the HR Schema.
401: --
402: IF NOT pay_isb_shd.api_updating
403: (p_social_benefit_id => p_rec.social_benefit_id
404: ,p_effective_date => p_effective_date
405: ,p_object_version_number => p_rec.object_version_number
406: ) THEN

Line 634: (p_rec in pay_isb_shd.g_rec_type

630: -- ----------------------------------------------------------------------------
631: -- |---------------------------< insert_validate >----------------------------|
632: -- ----------------------------------------------------------------------------
633: Procedure insert_validate
634: (p_rec in pay_isb_shd.g_rec_type
635: ,p_effective_date in date
636: ,p_datetrack_mode in varchar2
637: ,p_validation_start_date in date
638: ,p_validation_end_date in date

Line 678: (p_rec in pay_isb_shd.g_rec_type

674: -- ----------------------------------------------------------------------------
675: -- |---------------------------< update_validate >----------------------------|
676: -- ----------------------------------------------------------------------------
677: Procedure update_validate
678: (p_rec in pay_isb_shd.g_rec_type
679: ,p_effective_date in date
680: ,p_datetrack_mode in varchar2
681: ,p_validation_start_date in date
682: ,p_validation_end_date in date

Line 736: (p_rec in pay_isb_shd.g_rec_type

732: -- ----------------------------------------------------------------------------
733: -- |---------------------------< delete_validate >----------------------------|
734: -- ----------------------------------------------------------------------------
735: Procedure delete_validate
736: (p_rec in pay_isb_shd.g_rec_type
737: ,p_effective_date in date
738: ,p_datetrack_mode in varchar2
739: ,p_validation_start_date in date
740: ,p_validation_end_date in date