DBA Data[Home] [Help]

APPS.IGF_AP_LI_BASE_REC_IMPORT dependencies on FND_PROFILE

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

641: l_row_id := NULL;
642:
643: --check if the ssn no is available or not
644:
645: fnd_profile.get('IGF_AP_SSN_REQ_FOR_BASE_REC',lv_profile_value);
646:
647: l_create_base_rec := TRUE;
648: IF(lv_profile_value = 'Y') THEN
649: OPEN ssn_cur(lv_person_id) ;