DBA Data[Home] [Help]

APPS.PER_SALADMIN_UTILITY dependencies on HR_API

Line 1083: if hr_api.not_exists_in_hr_lookups

1079: ---if the pay proposal exists and has a different change date then
1080: ---create a new pay proposal
1081: if csr_pay_proposal%found and l_proposal_rec.change_date <> p_effective_date then
1082: --start of code change for bug 12591075
1083: if hr_api.not_exists_in_hr_lookups
1084: (p_effective_date => p_effective_date --Passing new proposal change date rather than prev proposal l_proposal_rec.change_date
1085: ,p_lookup_type => 'PROPOSAL_REASON'
1086: ,p_lookup_code => 'SALBASISCHG'
1087: ) then

Line 1442: if hr_api.not_exists_in_hr_lookups

1438: --
1439: -- check that the p_proposal_reason exists in hr_lookups.
1440: --
1441: --Fix 6417656 - if SALBASISCHG doens't exist set the default reason to null
1442: if hr_api.not_exists_in_hr_lookups
1443: (p_effective_date => l_rec.change_date
1444: ,p_lookup_type => 'PROPOSAL_REASON'
1445: ,p_lookup_code => 'SALBASISCHG'
1446: ) then