DBA Data[Home] [Help]

APPS.FUN_AR_BATCH_TRANSFER dependencies on STANDARD

Line 193: select STANDARD_TERMS

189:
190: --Bug: 9052792. Cursor to get the term_id from customer account level.
191:
192: CURSOR c_account_term(p_cust_acct_id NUMBER) IS
193: select STANDARD_TERMS
194: from HZ_CUSTOMER_PROFILES
195: where cust_account_id = p_cust_acct_id;
196: BEGIN
197: