DBA Data[Home] [Help]

APPS.IGF_AP_LI_ISIR_IMP_PROC dependencies on FND_PROFILE

Line 1880: fnd_profile.get('IGF_AP_SSN_REQ_FOR_BASE_REC',lv_profile_value);

1876: l_isir_id := NULL;
1877: l_base_id := NULL;
1878: --check if the ssn no is available or not
1879:
1880: fnd_profile.get('IGF_AP_SSN_REQ_FOR_BASE_REC',lv_profile_value);
1881:
1882: IF(lv_profile_value = 'Y') THEN
1883: OPEN ssn_cur(p_person_id) ;
1884: FETCH ssn_cur INTO rec_ssn_cur;