DBA Data[Home] [Help]

APPS.PO_INVOICES_SV2 dependencies on AP_BATCHES_S

Line 1493: SELECT ap_batches_s.nextval

1489: /*Bug# 1539257 Building the batch name which was earlier NA */
1490: fnd_message.set_name('PO', 'PO_INV_CR_ERS_BATCH_DESC');
1491: X_batch_name := fnd_message.get;
1492:
1493: SELECT ap_batches_s.nextval
1494: INTO X_tmp_batch_id
1495: FROM dual;
1496:
1497: /* need to commit before we submit another conc request, since

Line 3205: SELECT ap_batches_s.nextval

3201: IF (g_asn_debug = 'Y') THEN
3202: ASN_DEBUG.put_line('Call invoice import program');
3203: END IF;
3204:
3205: SELECT ap_batches_s.nextval
3206: INTO l_tmp_batch_id
3207: FROM sys.dual;
3208:
3209: FND_MESSAGE.set_name('PO', 'PO_INV_CR_USE_BATCH_DESC');