DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_PKG dependencies on AP_BATCHES_S

Line 570: -- Although we are using the ap_batches_s to generate

566:
567: -----------------------------------------------------------------
568: debug_info := 'Step 1. Generate a Group Id(Invoice Gateway Batch';
569: -----------------------------------------------------------------
570: -- Although we are using the ap_batches_s to generate
571: -- the Invoice_gateway_batch name, it has no relationship
572: -- with the Invoice Batch_name(used if the batch control options
573: IF p_resubmit_flag <> 'Y' THEN
574: SELECT ap_batches_s.nextval

Line 574: SELECT ap_batches_s.nextval

570: -- Although we are using the ap_batches_s to generate
571: -- the Invoice_gateway_batch name, it has no relationship
572: -- with the Invoice Batch_name(used if the batch control options
573: IF p_resubmit_flag <> 'Y' THEN
574: SELECT ap_batches_s.nextval
575: INTO l_batch_id
576: FROM sys.dual;
577: END IF;
578: --Gateway Batch