DBA Data[Home] [Help]

APPS.JTF_RS_GROUP_RELATE_PUB dependencies on FND_LOOKUPS

Line 73: FROM fnd_lookups

69:
70: CURSOR chk_rel_cur(l_relation_type JTF_RS_GRP_RELATIONS.RELATION_TYPE%TYPE)
71: IS
72: SELECT 'X'
73: FROM fnd_lookups
74: WHERE lookup_type = 'JTF_RS_RELATION_TYPE'
75: AND UPPER(lookup_code) = UPPER(l_relation_type);
76:
77: chk_rel_rec chk_rel_cur%rowtype;