DBA Data[Home] [Help]

APPS.IGIRCABJP dependencies on AR_RECEIVABLE_APPLICATIONS

Line 585: 'AR_RECEIVABLE_APPLICATIONS' ref30

581: null,'TRADE','CCURR') ref28,
582: decode(ra.amount_applied_from,
583: null, 'TRADE_',
584: 'CCURR_') || ard.source_type ref29,
585: 'AR_RECEIVABLE_APPLICATIONS' ref30
586: FROM
587: ar_receivable_applications ra,
588: ar_cash_receipts cr,
589: ar_distributions ard,

Line 587: ar_receivable_applications ra,

583: null, 'TRADE_',
584: 'CCURR_') || ard.source_type ref29,
585: 'AR_RECEIVABLE_APPLICATIONS' ref30
586: FROM
587: ar_receivable_applications ra,
588: ar_cash_receipts cr,
589: ar_distributions ard,
590: ra_customer_trx ctinv,
591: ar_lookups l_cat,

Line 689: 'AR_RECEIVABLE_APPLICATIONS' ref30

685: hz_cust_accounts.account_number ref26, -- Bug 3902175
686: to_char(ctcm.bill_to_customer_id) ref27,
687: 'CMAPP' ref28,
688: 'CMAPP_' || ard.source_type ref29,
689: 'AR_RECEIVABLE_APPLICATIONS' ref30
690: FROM
691: ar_receivable_applications ra,
692: ra_customer_trx ctcm,
693: ar_distributions ard,

Line 691: ar_receivable_applications ra,

687: 'CMAPP' ref28,
688: 'CMAPP_' || ard.source_type ref29,
689: 'AR_RECEIVABLE_APPLICATIONS' ref30
690: FROM
691: ar_receivable_applications ra,
692: ra_customer_trx ctcm,
693: ar_distributions ard,
694: ra_cust_trx_line_gl_dist ctlgdcm,
695: ra_customer_trx ctinv,

Line 1308: , ar_receivable_applications_s.nextval

1304: --
1305: -- Set Max IDs
1306: --
1307: SELECT ar_cash_receipt_history_s.nextval
1308: , ar_receivable_applications_s.nextval
1309: , ar_misc_cash_distributions_s.nextval
1310: , ar_adjustments_s.nextval
1311: , ra_cust_trx_line_gl_dist_s.nextval
1312: INTO l_Report.NxtCashReceiptHistoryId