DBA Data[Home] [Help]

APPS.ARP_CASH_RECEIPTS_PKG dependencies on STANDARD

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

363: /* Bug 7427809 Obsoleted this column in R12
364: p_cr_rec.payment_server_order_num, --apandit Bug 1820063. */
365: p_cr_rec.approval_code,
366: p_cr_rec.application_notes, -- djancis 2074220
367: arp_standard.sysparm.org_id, /* SSA changes */
368: p_cr_rec.legal_entity_id, /* LE */
369: p_cr_rec.payment_trxn_extension_id, /* bichatte payment uptake */
370: l_rec_version_number /* Bug fix 3226723 */
371: );

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

1058:
1059: /* For testing only:
1060:
1061: IF PG_DEBUG in ('Y', 'C') THEN
1062: arp_standard.debug('lock_compare_p: ' || 'Exchange date: ' ||
1063: TO_CHAR(p_cr_rec.exchange_date, 'DD-MON-YYYY HH24-MM-SS'));
1064: END IF;
1065:
1066: SELECT exchange_date

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

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