DBA Data[Home] [Help]

APPS.ARP_PROCESS_WRITEOFF dependencies on AR_BATCHES

Line 7: (batch_id ar_batches.batch_id%TYPE);

3:
4: /*5444407*/
5:
6: TYPE rec_wrt_off_type IS RECORD
7: (batch_id ar_batches.batch_id%TYPE);
8:
9: TYPE t_rec_wrt_off_type IS TABLE OF rec_wrt_off_type
10: INDEX BY BINARY_INTEGER;
11: