DBA Data[Home] [Help]

APPS.CS_ERES_INT_PKG dependencies on HZ_CUST_ACCOUNTS

Line 1184: FROM hz_cust_accounts account

1180:
1181: -- :account_number
1182: CURSOR Get_Account (v_account_id NUMBER) IS
1183: SELECT account.account_number
1184: FROM hz_cust_accounts account
1185: WHERE account.cust_account_id = v_account_id;
1186:
1187: l_account_number VARCHAR2(30);
1188: