DBA Data[Home] [Help]

APPS.FUN_AR_BATCH_TRANSFER dependencies on HZ_CUST_SITE_USES_ALL

Line 186: from HZ_CUST_SITE_USES_ALL

182: --Bug: 9052792. Cursor to get the term_id from site level.
183:
184: CURSOR c_site_term(p_site_use_id NUMBER) IS
185: select PAYMENT_TERM_ID
186: from HZ_CUST_SITE_USES_ALL
187: where site_use_code = 'BILL_TO'
188: and site_use_id = p_site_use_id;
189:
190: --Bug: 9052792. Cursor to get the term_id from customer account level.