DBA Data[Home] [Help]

APPS.IGS_AD_IMP_025 dependencies on FND_LOOKUP_VALUES

Line 1999: FROM FND_LOOKUP_VALUES L,

1995:
1996: CURSOR chk_to_whom_code(cp_person_id privacy_cur_rec.person_id%TYPE,cp_to_whom_code privacy_cur_rec.to_whom_code%TYPE)
1997: IS
1998: SELECT 1
1999: FROM FND_LOOKUP_VALUES L,
2000: HZ_RELATIONSHIPS R
2001: WHERE L.LOOKUP_CODE = R.RELATIONSHIP_CODE AND
2002: L.LOOKUP_TYPE = 'PARTY_RELATIONS_TYPE' AND
2003: L.LANGUAGE = USERENV('LANG') AND