DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on HZ_RELATIONSHIPS

Line 57: from hz_relationships

53:
54: Cursor c_get_org_id (c_party_id number)
55: IS
56: select object_id
57: from hz_relationships
58: where party_id = c_party_id and directional_flag='F'
59: and relationship_code in ('EMPLOYEE_OF','CONTACT_OF') and rownum <2;
60:
61: PRAGMA AUTONOMOUS_TRANSACTION;