DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on STANDARD

Line 174: standard_refund ar_system_parameters.standard_refund%type,

170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,

Line 482: TYPE standardrefundTable

478: TYPE irecbareceiptmethodidTable
479: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
480: TYPE paymentthresholdTable
481: IS TABLE OF ar_system_parameters.payment_threshold%type;
482: TYPE standardrefundTable
483: IS TABLE OF ar_system_parameters.standard_refund%type;
484: TYPE creditclassification1Table
485: IS TABLE OF ar_system_parameters.credit_classification1%type;
486: TYPE creditclassification2Table

Line 483: IS TABLE OF ar_system_parameters.standard_refund%type;

479: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
480: TYPE paymentthresholdTable
481: IS TABLE OF ar_system_parameters.payment_threshold%type;
482: TYPE standardrefundTable
483: IS TABLE OF ar_system_parameters.standard_refund%type;
484: TYPE creditclassification1Table
485: IS TABLE OF ar_system_parameters.credit_classification1%type;
486: TYPE creditclassification2Table
487: IS TABLE OF ar_system_parameters.credit_classification2%type;

Line 681: standard_refund_t standardrefundTable,

677: irec_ba_receipt_method_id_t irecbareceiptmethodidTable,
678: tm_installed_flag_t tminstalledflagTable,
679: tm_default_setup_flag_t tmdefaultsetupflagTable,
680: payment_threshold_t paymentthresholdTable,
681: standard_refund_t standardrefundTable,
682: credit_classification1_t creditclassification1Table,
683: credit_classification2_t creditclassification2Table,
684: credit_classification3_t creditclassification3Table,
685: unmtch_claim_creation_flag_t unmtchclaimcreationflagTable,