DBA Data[Home] [Help]

APPS.ARP_PROCESS_BR_LINE dependencies on ARP_PROCESS_BR_HEADER

Line 49: arp_process_br_header.lock_transaction(p_line_rec.customer_trx_id);

45:
46: /*----------------------------------------------------------------+
47: | Lock rows in other tables that reference this customer_trx_id |
48: +----------------------------------------------------------------*/
49: arp_process_br_header.lock_transaction(p_line_rec.customer_trx_id);
50:
51: /*----------------------------------------------+
52: | Call the table handler to insert the line |
53: +----------------------------------------------*/

Line 135: arp_process_br_header.lock_transaction(p_line_rec.customer_trx_id);

131: /*----------------------------------------------------------------+
132: | Lock rows in other tables that reference this customer_trx_id |
133: +----------------------------------------------------------------*/
134:
135: arp_process_br_header.lock_transaction(p_line_rec.customer_trx_id);
136:
137: /*---------------------------------------------+
138: | Call the table handler to update the line |
139: +---------------------------------------------*/

Line 218: arp_process_br_header.lock_transaction(p_customer_trx_id);

214:
215: /*----------------------------------------------------------------+
216: | Lock rows in other tables that reference this customer_trx_id |
217: +----------------------------------------------------------------*/
218: arp_process_br_header.lock_transaction(p_customer_trx_id);
219:
220: /*-----------------------------------------------------+
221: | call the table-handler to delete the line record |
222: +-----------------------------------------------------*/