DBA Data[Home] [Help]

APPS.PER_SALADMIN_UTILITY dependencies on HR_API

Line 1217: if hr_api.not_exists_in_hr_lookups

1213: --
1214: -- check that the p_proposal_reason exists in hr_lookups.
1215: --
1216: --Fix 6417656 - if SALBASISCHG doens't exist set the default reason to null
1217: if hr_api.not_exists_in_hr_lookups
1218: (p_effective_date => l_rec.change_date
1219: ,p_lookup_type => 'PROPOSAL_REASON'
1220: ,p_lookup_code => 'SALBASISCHG'
1221: ) then