DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on STANDARD

Line 233: sp.standard_refund,

229: sp.IREC_BA_RECEIPT_METHOD_ID,
230: tm_installed (sp.org_id),
231: tm_default_setup (sp.org_id),
232: sp.payment_threshold,
233: sp.standard_refund,
234: sp.credit_classification1,
235: sp.credit_classification2,
236: sp.credit_classification3,
237: sp.unmtch_claim_creation_flag,

Line 391: p_globals.standard_refund_t,

387: p_globals.irec_ba_receipt_method_id_t,
388: p_globals.tm_installed_flag_t,
389: p_globals.tm_default_setup_flag_t,
390: p_globals.payment_threshold_t,
391: p_globals.standard_refund_t,
392: p_globals.credit_classification1_t,
393: p_globals.credit_classification2_t,
394: p_globals.credit_classification3_t,
395: p_globals.unmtch_claim_creation_flag_t,

Line 567: sp.standard_refund,

563: sp.IREC_BA_RECEIPT_METHOD_ID,
564: tm_installed (sp.org_id),
565: tm_default_setup (sp.org_id),
566: sp.payment_threshold,
567: sp.standard_refund,
568: sp.credit_classification1,
569: sp.credit_classification2,
570: sp.credit_classification3,
571: sp.unmtch_claim_creation_flag,

Line 725: p_globals.standard_refund_t,

721: p_globals.irec_ba_receipt_method_id_t,
722: p_globals.tm_installed_flag_t,
723: p_globals.tm_default_setup_flag_t,
724: p_globals.payment_threshold_t,
725: p_globals.standard_refund_t,
726: p_globals.credit_classification1_t,
727: p_globals.credit_classification2_t,
728: p_globals.credit_classification3_t,
729: p_globals.unmtch_claim_creation_flag_t,

Line 854: arp_standard.init_standard(p_org_id);

850: /*-------------------------------------------------+
851: | Initialize SOB/org dependent variables |
852: +-------------------------------------------------*/
853: arp_global.init_global(p_org_id);
854: arp_standard.init_standard(p_org_id);
855: END IF;
856:
857: EXCEPTION
858: WHEN others THEN Raise;