DBA Data[Home] [Help]

APPS.IGF_SP_CREATE_BASE_REC dependencies on FND_PROFILE

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

430: */
431:
432: --check if the ssn no is available or not
433:
434: fnd_profile.get('IGF_AP_SSN_REQ_FOR_BASE_REC',lv_profile_value);
435:
436:
437: IF (lv_profile_value = 'Y') THEN
438: OPEN ssn_cur(p_person_id) ;