DBA Data[Home] [Help]

APPS.AR_TRANSACTION_GRP dependencies on FND_SEQNUM

Line 120: | FND_SEQNUM.GET_SEQ_VAL |

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: | |
124: | ARGUMENTS : |

Line 292: trx_debug ('Calling fnd_seqnum.get_seq_val(+) ');

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 |
296: | Number Generation Level profile is set to 'When the Transaction is completed'|

Line 299: l_status := FND_SEQNUM.GET_SEQ_VAL(222,

295: | Document sequencing changes: assign document number here only if Document |
296: | Number Generation Level profile is set to 'When the Transaction is completed'|
297: +-------------------------------------------------------------------------------*/
298: IF (l_unique_seq_number IN ('A','P') AND l_trx_rec.doc_sequence_value IS NULL) THEN
299: l_status := FND_SEQNUM.GET_SEQ_VAL(222,
300: l_trx_type_rec.name,
301: arp_global.sysparam.set_of_books_id,
302: 'M',
303: l_trx_rec.trx_date,

Line 322: trx_debug ('fnd_seqnum.get_seq_val(-) ');

318: return;
319: END IF;
320: END IF;
321: IF pg_debug = 'Y' THEN
322: trx_debug ('fnd_seqnum.get_seq_val(-) ');
323: END IF;
324:
325: /*-----------------------------------------------------------------------------------+
326: | Copy document number to transaction number if "copy document to transaction number"|