DBA Data[Home] [Help]

APPS.WSH_TPA_SELECTOR_PKG dependencies on HZ_CUST_ACCOUNTS

Line 215: FROM hz_cust_accounts

211:
212:
213: CURSOR Get_Cust_Number (v_cust_id NUMBER) IS -- TCA View Removal starts
214: SELECT account_number /* customer number */
215: FROM hz_cust_accounts
216: WHERE cust_account_id /*customer_id*/ = v_cust_id; -- TCA View Removal ends
217:
218:
219: l_src_line_id NUMBER;