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 129: ra_batch_sources cmbs,

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