[Home] [Help]
The following lines contain the word 'select', 'insert', 'update' or 'delete':
SELECT ACCOUNT_NAME, PARTY_ID
FROM HZ_CUST_ACCOUNTS
WHERE PARTY_ID = P_PARTY_ID
ORDER BY 1;
SELECT ACCOUNT_NAME, PARTY_ID
FROM HZ_CUST_ACCOUNTS
WHERE PARTY_ID = P_PARTY_ID
ORDER BY 1;