DBA Data[Home] [Help]

APPS.OZF_PARTY_MKT_SEG_LOADER_PVT dependencies on HZ_RELATIONSHIP_TYPES

Line 1939: FROM hz_relationship_types

1935: _INFO'),1,10))),-99);
1936: */
1937: CURSOR c_get_relationship_type(p_relationship_code VARCHAR2) IS
1938: SELECT relationship_type, direction_code
1939: FROM hz_relationship_types
1940: WHERE (forward_rel_code = p_relationship_code
1941: OR backward_rel_code = p_relationship_code)
1942: AND subject_type = 'ORGANIZATION'
1943: AND object_type = 'ORGANIZATION'