DBA Data[Home] [Help]

APPS.HRI_OPL_PERSON_TYPE_CTGRY dependencies on FND_PROFILE

Line 426: fnd_profile.value('HRI_IMPL_DBI') = 'Y') THEN

422: -- So insert the PRSNTYP_SK_PK of the updated records into the assingment delta table
423: -- so that the changes can be made to the assignment delta table by the incr process
424: --
425: IF (l_upd_prsntyp_sks.LAST > 0 AND
426: fnd_profile.value('HRI_IMPL_DBI') = 'Y') THEN
427: --
428: BEGIN
429: --
430: FORALL i IN 1..l_upd_prsntyp_sks.LAST SAVE EXCEPTIONS