DBA Data[Home] [Help]

APPS.ARP_CASH_RECEIPTS_PKG dependencies on ARP_STANDARD

Line 371: arp_standard.sysparm.org_id, /* SSA changes */

367: /* Bug 7427809 Obsoleted this column in R12
368: p_cr_rec.payment_server_order_num, --apandit Bug 1820063. */
369: p_cr_rec.approval_code,
370: p_cr_rec.application_notes, -- djancis 2074220
371: arp_standard.sysparm.org_id, /* SSA changes */
372: p_cr_rec.legal_entity_id, /* LE */
373: p_cr_rec.payment_trxn_extension_id, /* bichatte payment uptake */
374: l_rec_version_number, /* Bug fix 3226723 */
375: p_cr_rec.automatch_set_id,

Line 1074: arp_standard.debug('lock_compare_p: ' || 'Exchange date: ' ||

1070:
1071: /* For testing only:
1072:
1073: IF PG_DEBUG in ('Y', 'C') THEN
1074: arp_standard.debug('lock_compare_p: ' || 'Exchange date: ' ||
1075: TO_CHAR(p_cr_rec.exchange_date, 'DD-MON-YYYY HH24-MM-SS'));
1076: END IF;
1077:
1078: SELECT exchange_date

Line 1086: arp_standard.debug('lock_compare_p: ' || 'Exchange date in DB: ' ||

1082: AND TO_CHAR(cr.exchange_date,'DD-MON-RR') =
1083: TO_CHAR(p_cr_rec.exchange_date,'DD-MON-RR');
1084:
1085: IF PG_DEBUG in ('Y', 'C') THEN
1086: arp_standard.debug('lock_compare_p: ' || 'Exchange date in DB: ' ||
1087: TO_CHAR(l_exchange_date, 'DD-MON-YYYY HH24-MM-SS'));
1088: END IF;
1089:
1090: */