DBA Data[Home] [Help]

APPS.AST_ROUTING_PUB dependencies on HZ_RELATIONSHIPS

Line 23: from hz_relationships

19: where party_id = p_cust_id;
20:
21: cursor get_subject_object (p_rel_party_id NUMBER) is
22: select subject_id, object_id
23: from hz_relationships
24: where party_id = p_rel_party_id;
25:
26: cursor get_resources_for_rel (p_subject_id NUMBER, p_object_id NUMBER) is
27: select distinct salesforce_id