DBA Data[Home] [Help]

APPS.IGS_PE_PERSON_SS_PKG dependencies on HZ_RELATIONSHIP_TYPES

Line 2305: FROM hz_relationship_types

2301: AND directional_flag = cp_directional_flag;
2302:
2303: CURSOR c_rel_code(cp_rel_code VARCHAR2) IS
2304: SELECT relationship_type
2305: FROM hz_relationship_types
2306: WHERE forward_rel_code = cp_rel_code;
2307:
2308: CURSOR c_primary(cp_subject_id NUMBER) IS
2309: SELECT 'X' ,prel.LAST_UPDATE_DATE