DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_FIELDS_PKG dependencies on FND_PROFILE

Line 877: Fnd_Profile.Get('IGS_FI_RES_CLASS_ID', l_res_class_cd);

873: l_dummy VARCHAR2(1);
874:
875: BEGIN
876:
877: Fnd_Profile.Get('IGS_FI_RES_CLASS_ID', l_res_class_cd);
878:
879: -- anwest 09-Dec-2004 HE356 - check for residency statuses
880: -- and then determine if code
881: -- type of first record is

Line 3420: Fnd_Profile.Get('IGS_FI_RES_CLASS_ID', l_res_class_cd);

3416:
3417: IF l_oss_fee_elig IS NULL
3418: THEN
3419: -- Try getting it using residency Status / Fee Category
3420: Fnd_Profile.Get('IGS_FI_RES_CLASS_ID', l_res_class_cd);
3421:
3422: -- anwest HE356 - If residency statuses are returned get the mapped
3423: -- value of the first record
3424: OPEN c_res_sts (l_res_class_cd);