DBA Data[Home] [Help]

APPS.IBE_QUOTE_CHECKOUT_PVT dependencies on HZ_RELATIONSHIPS

Line 62: from hz_relationships

58:
59: Cursor c_get_org_id (c_party_id number)
60: IS
61: select object_id
62: from hz_relationships
63: where party_id = c_party_id and directional_flag='F'
64: and relationship_code in ('EMPLOYEE_OF','CONTACT_OF') and rownum <2;
65:
66: PRAGMA AUTONOMOUS_TRANSACTION;