DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on AP_BATCHES_S

Line 1429: SELECT ap_batches_s.nextval

1425: /*Bug# 1539257 Building the batch name which was earlier NA */
1426: fnd_message.set_name('PO', 'PO_INV_CR_ERS_BATCH_DESC');
1427: X_batch_name := fnd_message.get;
1428:
1429: SELECT ap_batches_s.nextval
1430: INTO X_tmp_batch_id
1431: FROM dual;
1432:
1433: /* need to commit before we submit another conc request, since

Line 3051: SELECT ap_batches_s.nextval

3047: IF (g_asn_debug = 'Y') THEN
3048: ASN_DEBUG.put_line('Call invoice import program');
3049: END IF;
3050:
3051: SELECT ap_batches_s.nextval
3052: INTO l_tmp_batch_id
3053: FROM sys.dual;
3054:
3055: FND_MESSAGE.set_name('PO', 'PO_INV_CR_USE_BATCH_DESC');