DBA Data[Home] [Help]

APPS.AR_TRANSACTION_GRP dependencies on ARP_TRX_COMPLETE_CHK

Line 119: | arp_trx_complete_chk.do_completion_checking |

115: | SCOPE - PUBLIC |
116: | |
117: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
118: | arp_ct_pkg.lock_fetch_p |
119: | arp_trx_complete_chk.do_completion_checking |
120: | FND_SEQNUM.GET_SEQ_VAL |
121: | arp_ct_pkg.update_p |
122: | ARP_PROCESS_HEADER_POST_COMMIT.post_commit |
123: | |

Line 272: trx_debug ('Calling arp_trx_complete_chk.do_completion_checking(+) ');

268: /*-----------------------------------------+
269: |Validate if transaction can be completed |
270: +------------------------------------------*/
271: IF pg_debug = 'Y' THEN
272: trx_debug ('Calling arp_trx_complete_chk.do_completion_checking(+) ');
273: END IF;
274: arp_trx_complete_chk.do_completion_checking(p_customer_trx_id,
275: l_so_source_code,
276: arp_global.sysparam.ta_installed_flag,

Line 274: arp_trx_complete_chk.do_completion_checking(p_customer_trx_id,

270: +------------------------------------------*/
271: IF pg_debug = 'Y' THEN
272: trx_debug ('Calling arp_trx_complete_chk.do_completion_checking(+) ');
273: END IF;
274: arp_trx_complete_chk.do_completion_checking(p_customer_trx_id,
275: l_so_source_code,
276: arp_global.sysparam.ta_installed_flag,
277: l_error_count);
278:

Line 291: trx_debug ('arp_trx_complete_chk.do_completion_checking(-) ');

287: return;
288: END IF;
289:
290: IF pg_debug = 'Y' THEN
291: trx_debug ('arp_trx_complete_chk.do_completion_checking(-) ');
292: trx_debug ('Calling fnd_seqnum.get_seq_val(+) ');
293: END IF;
294: /*-----------------------------------------------------------------------------+
295: | Document sequencing changes: assign document number here only if Document |