DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on ARP_TRX_UTIL

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

1196: -- entity handler.
1197: arp_trx_validate.ar_entity_version_check(p_form_name, p_form_version);
1198:
1199: -- Lock rows in other tables that reference this customer_trx_id
1200: arp_trx_util.lock_transaction(p_adj_rec.customer_trx_id);
1201:
1202: /*-----------------------------------+
1203: | Get the payment schedule record |
1204: +-----------------------------------*/

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

1928: /*-----------------------------------------------------------------+
1929: | Lock rows in other tables that reference this customer_trx_id |
1930: +-----------------------------------------------------------------*/
1931:
1932: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);
1933:
1934: /*-----------------------------------+
1935: | Get the payment schedule record |
1936: +-----------------------------------*/

Line 1969: arp_trx_util.boolean_to_varchar2(l_status_changed_flag) );

1965: /* End of change, manishri, Bug 9708599 */
1966:
1967: arp_util.debug(
1968: 'l_status_changed_flag: ' ||
1969: arp_trx_util.boolean_to_varchar2(l_status_changed_flag) );
1970:
1971: IF l_status_changed_flag
1972: THEN
1973: IF l_adj_rec.status = 'A'

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

2511: /*-----------------------------------------------------------------+
2512: | Lock rows in other tables that reference this customer_trx_id |
2513: +-----------------------------------------------------------------*/
2514:
2515: arp_trx_util.lock_transaction(l_adj_rec.customer_trx_id);
2516:
2517: arp_ps_pkg.fetch_p( l_adj_rec.payment_schedule_id,
2518: l_ps_rec );
2519: