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 484: TYPE standardrefundTable

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

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

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

Line 687: standard_refund_t standardrefundTable,

683: irec_ba_receipt_method_id_t irecbareceiptmethodidTable,
684: tm_installed_flag_t tminstalledflagTable,
685: tm_default_setup_flag_t tmdefaultsetupflagTable,
686: payment_threshold_t paymentthresholdTable,
687: standard_refund_t standardrefundTable,
688: credit_classification1_t creditclassification1Table,
689: credit_classification2_t creditclassification2Table,
690: credit_classification3_t creditclassification3Table,
691: unmtch_claim_creation_flag_t unmtchclaimcreationflagTable,