DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_TRX_UTIL

Line 973: arp_trx_util.lock_transaction(p_adj_rec.customer_trx_id);

969: -- entity handler.
970: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
971:
972: -- Lock rows in other tables that reference this customer_trx_id
973: arp_trx_util.lock_transaction(p_adj_rec.customer_trx_id);
974:
975: /*-----------------------------------+
976: | Get the payment schedule record |
977: +-----------------------------------*/

Line 1640: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);

1636: /*-----------------------------------------------------------------+
1637: | Lock rows in other tables that reference this customer_trx_id |
1638: +-----------------------------------------------------------------*/
1639:
1640: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);
1641:
1642: /*-----------------------------------+
1643: | Get the payment schedule record |
1644: +-----------------------------------*/

Line 1668: arp_trx_util.boolean_to_varchar2(l_status_changed_flag) );

1664: l_adj_rec.tax_adjusted );
1665:
1666: arp_util.debug(
1667: 'l_status_changed_flag: ' ||
1668: arp_trx_util.boolean_to_varchar2(l_status_changed_flag) );
1669:
1670: IF l_status_changed_flag
1671: THEN
1672: IF l_adj_rec.status = 'A'

Line 2087: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);

2083: /*-----------------------------------------------------------------+
2084: | Lock rows in other tables that reference this customer_trx_id |
2085: +-----------------------------------------------------------------*/
2086:
2087: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);
2088:
2089: arp_ps_pkg.fetch_p( l_adj_rec.payment_schedule_id,
2090: l_ps_rec );
2091: