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 300: l_status := FND_SEQNUM.GET_SEQ_VAL(222,

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: BEGIN
300: l_status := FND_SEQNUM.GET_SEQ_VAL(222,
301: l_trx_type_rec.name,
302: arp_global.sysparam.set_of_books_id,
303: 'M',
304: l_trx_rec.trx_date,

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

323: return;
324: END IF;
325: END IF;
326: IF pg_debug = 'Y' THEN
327: trx_debug ('fnd_seqnum.get_seq_val(-) ');
328: END IF;
329:
330: /*-----------------------------------------------------------------------------------+
331: | Copy document number to transaction number if "copy document to transaction number"|