DBA Data[Home] [Help]

APPS.ARP_PROCESS_BOE dependencies on AR_RECEIPT_METHODS

Line 1118: from ar_receipt_methods rm,

1114: * if an active document sequence assignment does not exist */
1115:
1116: CURSOR batch_cursor IS
1117: select rm.name rm_name, b.batch_date batch_date
1118: from ar_receipt_methods rm,
1119: ar_batches b
1120: where b.batch_id = p_batch_id
1121: AND rm.receipt_method_id = b.receipt_method_id;
1122: