DBA Data[Home] [Help]

APPS.ARP_RW_BATCHES_PKG dependencies on AR_BATCH_SOURCES

Line 133: PROCEDURE default_batch_source_pay_mthds(p_batch_source_name IN OUT NOCOPY ar_batch_sources.name%TYPE,

129: /*Bug3030995*/
130:
131:
132:
133: PROCEDURE default_batch_source_pay_mthds(p_batch_source_name IN OUT NOCOPY ar_batch_sources.name%TYPE,
134: p_batch_date IN ar_batch_sources.start_date_active%TYPE,
135: p_batch_source_id IN OUT NOCOPY ar_batch_sources.batch_source_id%TYPE,
136: p_batch_number OUT NOCOPY ar_batch_sources.auto_batch_numbering%TYPE,
137: p_rec_class_id OUT NOCOPY ar_receipt_classes.receipt_class_id%TYPE,

Line 134: p_batch_date IN ar_batch_sources.start_date_active%TYPE,

130:
131:
132:
133: PROCEDURE default_batch_source_pay_mthds(p_batch_source_name IN OUT NOCOPY ar_batch_sources.name%TYPE,
134: p_batch_date IN ar_batch_sources.start_date_active%TYPE,
135: p_batch_source_id IN OUT NOCOPY ar_batch_sources.batch_source_id%TYPE,
136: p_batch_number OUT NOCOPY ar_batch_sources.auto_batch_numbering%TYPE,
137: p_rec_class_id OUT NOCOPY ar_receipt_classes.receipt_class_id%TYPE,
138: p_rec_class_name OUT NOCOPY ar_receipt_classes.name%TYPE,

Line 135: p_batch_source_id IN OUT NOCOPY ar_batch_sources.batch_source_id%TYPE,

131:
132:
133: PROCEDURE default_batch_source_pay_mthds(p_batch_source_name IN OUT NOCOPY ar_batch_sources.name%TYPE,
134: p_batch_date IN ar_batch_sources.start_date_active%TYPE,
135: p_batch_source_id IN OUT NOCOPY ar_batch_sources.batch_source_id%TYPE,
136: p_batch_number OUT NOCOPY ar_batch_sources.auto_batch_numbering%TYPE,
137: p_rec_class_id OUT NOCOPY ar_receipt_classes.receipt_class_id%TYPE,
138: p_rec_class_name OUT NOCOPY ar_receipt_classes.name%TYPE,
139: p_pay_method_id OUT NOCOPY ar_receipt_methods.receipt_method_id%TYPE,

Line 136: p_batch_number OUT NOCOPY ar_batch_sources.auto_batch_numbering%TYPE,

132:
133: PROCEDURE default_batch_source_pay_mthds(p_batch_source_name IN OUT NOCOPY ar_batch_sources.name%TYPE,
134: p_batch_date IN ar_batch_sources.start_date_active%TYPE,
135: p_batch_source_id IN OUT NOCOPY ar_batch_sources.batch_source_id%TYPE,
136: p_batch_number OUT NOCOPY ar_batch_sources.auto_batch_numbering%TYPE,
137: p_rec_class_id OUT NOCOPY ar_receipt_classes.receipt_class_id%TYPE,
138: p_rec_class_name OUT NOCOPY ar_receipt_classes.name%TYPE,
139: p_pay_method_id OUT NOCOPY ar_receipt_methods.receipt_method_id%TYPE,
140: p_pay_method_name OUT NOCOPY ar_receipt_methods.name%TYPE,