DBA Data[Home] [Help]

APPS.FUN_INITIATOR_WF_PKG dependencies on HZ_CUSTOMER_PROFILES

Line 564: from HZ_CUSTOMER_PROFILES

560: --Bug: 9052792. Cursor to get the term_id from customer account level.
561:
562: CURSOR c_account_term(p_cust_acct_id NUMBER) IS
563: select STANDARD_TERMS
564: from HZ_CUSTOMER_PROFILES
565: where cust_account_id = p_cust_acct_id;
566:
567: BEGIN
568: