DBA Data[Home] [Help]

APPS.FUN_INITIATOR_WF_PKG dependencies on HZ_CUST_SITE_USES_ALL

Line 556: from HZ_CUST_SITE_USES_ALL

552: --Bug: 9052792. Cursor to get the term_id from site level.
553:
554: CURSOR c_site_term(p_site_use_id NUMBER) IS
555: select PAYMENT_TERM_ID
556: from HZ_CUST_SITE_USES_ALL
557: where site_use_code = 'BILL_TO'
558: and site_use_id = p_site_use_id;
559:
560: --Bug: 9052792. Cursor to get the term_id from customer account level.