DBA Data[Home] [Help]

APPS.HZ_PARTY_ACQUIRE dependencies on HZ_CUST_ACCOUNTS

Line 1336: FROM hz_cust_accounts

1332: RETURN VARCHAR2 IS
1333:
1334: CURSOR cust_acct_info IS
1335: SELECT ACCOUNT_NAME, ACCOUNT_NUMBER
1336: FROM hz_cust_accounts
1337: WHERE PARTY_ID = p_party_id
1338: ORDER BY STATUS,CREATION_DATE;--Bug 9155543
1339:
1340: l_acct_name VARCHAR2(240);