DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on HZ_CUST_ACCOUNT_ROLES

Line 462: from HZ_CUST_ACCOUNT_ROLES ACCT_ROLE,

458:
459: cursor c_external is
460: select 1
461:
462: from HZ_CUST_ACCOUNT_ROLES ACCT_ROLE,
463: HZ_RELATIONSHIPS REL,
464: HZ_CUST_ACCOUNTS ROLE_ACCT
465:
466: where ACCT_ROLE.PARTY_ID = REL.PARTY_ID

Line 1813: FROM HZ_CUST_ACCOUNT_ROLES acct_role,

1809: --
1810: /* bug 3463908 */
1811: Cursor c_party is
1812: SELECT party.party_id
1813: FROM HZ_CUST_ACCOUNT_ROLES acct_role,
1814: HZ_PARTIES party,
1815: HZ_RELATIONSHIPS rel,
1816: HZ_ORG_CONTACTS org_cont,
1817: HZ_PARTIES rel_party,