DBA Data[Home] [Help]

APPS.ARP_PROCESS_RETURNS dependencies on RA_BATCH_SOURCES

Line 14: g_batch_source_id ra_batch_sources.batch_source_id%type;

10: | Package Global Constants
11: +=======================================================================*/
12: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
13: g_ccr_receivables_trx_id NUMBER(15);
14: g_batch_source_id ra_batch_sources.batch_source_id%type;
15: g_receipt_handling_option ra_batch_sources.receipt_handling_option%type;
16: g_nccr_receivables_trx_id NUMBER(15);
17:
18: /*========================================================================

Line 15: g_receipt_handling_option ra_batch_sources.receipt_handling_option%type;

11: +=======================================================================*/
12: PG_DEBUG varchar2(1) := NVL(FND_PROFILE.value('AFLOG_ENABLED'), 'N');
13: g_ccr_receivables_trx_id NUMBER(15);
14: g_batch_source_id ra_batch_sources.batch_source_id%type;
15: g_receipt_handling_option ra_batch_sources.receipt_handling_option%type;
16: g_nccr_receivables_trx_id NUMBER(15);
17:
18: /*========================================================================
19: | Prototype Declarations Procedures

Line 126: ra_batch_sources cmbs,

122: FROM
123: ra_customer_trx inv,
124: ar_payment_schedules invps,
125: ra_cust_trx_types itt,
126: ra_batch_sources cmbs,
127: ra_customer_trx cm,
128: ar_adjustments adj
129: WHERE
130: inv.customer_trx_id = cm.previous_customer_trx_id