DBA Data[Home] [Help]

APPS.OKS_HZ_CUSTOMER_ACCOUNTS_PVT dependencies on HZ_CUST_ACCOUNTS

Line 241: FROM HZ_CUST_ACCOUNTS

237: --npalepu modified on 4/13/2006 for bug # 5139425
238: /* SELECT last_update_date */
239: SELECT last_update_date,object_version_number
240: --end npalepu
241: FROM HZ_CUST_ACCOUNTS
242: WHERE cust_account_id= cp_cust_account_id;
243:
244: cr_last_update cu_last_update%ROWTYPE;
245: