DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on HZ_CUST_ACCOUNTS

Line 1255: FROM hz_cust_accounts account

1251:
1252: -- :account_number
1253: CURSOR Get_Account (v_account_id NUMBER) IS
1254: SELECT account.account_number
1255: FROM hz_cust_accounts account
1256: WHERE account.cust_account_id = v_account_id;
1257:
1258: l_account_number VARCHAR2(30);
1259: