DBA Data[Home] [Help]

APPS.IGIRCBJP dependencies on AR_CASH_RECEIPT_HISTORY

Line 1477: ar_cash_receipt_history crh,

1473: igi_ar_rec_applications igira,
1474: ra_cust_trx_types ctt,
1475: ra_customer_trx ct,
1476: ar_cash_receipts cr,
1477: ar_cash_receipt_history crh,
1478: ra_customer_trx ctcm,
1479: ar_lookups l,
1480: ar_lookups l_cat,
1481: hz_parties, -- Bug 3902175

Line 1705: FROM ar_cash_receipt_history crh,

1701: 'Trade Receipts'
1702: ) Category,
1703: l_cat.meaning CatMeaning,
1704: d.source_type SourceType
1705: FROM ar_cash_receipt_history crh,
1706: igi_ar_cash_receipt_hist igicrh,
1707: ar_cash_receipts cr,
1708: (Select hz_cust_accounts.account_number customer_number,hz_cust_accounts.cust_account_id customer_id
1709: from hz_parties,hz_cust_accounts where hz_parties.party_id = hz_cust_accounts.party_id) cust, -- bug 3902175

Line 1861: 'AR_CASH_RECEIPT_HISTORY' -- reference30

1857: RCrh.CustomerNumber, -- reference26
1858: RCrh.PayFromCustomer, -- reference27
1859: RCrh.ModifiedType, -- reference28
1860: RCrh.ModifiedType||'_'||RCrh.SourceType, -- reference29
1861: 'AR_CASH_RECEIPT_HISTORY' -- reference30
1862: );
1863: EXCEPTION
1864: WHEN OTHERS THEN
1865: WriteToLogFile( l_excep_level,'ReportCashReceiptHistory','InsertIntoAR:' );

Line 1873: WriteToLogFile(l_state_level,'ReportCashReceiptHistory', ' AR_CASH_RECEIPT_HISTORY...' );

1869: -- This is the actual ReportCashReceiptHistory body
1870: --
1871: BEGIN
1872: WriteToLogFile(l_state_level,'ReportCashReceiptHistory', ' ' );
1873: WriteToLogFile(l_state_level,'ReportCashReceiptHistory', ' AR_CASH_RECEIPT_HISTORY...' );
1874: OPEN CCrh;
1875: LOOP
1876: FETCH CCrh
1877: INTO RCrh;

Line 2651: SELECT ar_cash_receipt_history_s.nextval

2647: end if;
2648: --
2649: -- Set Max IDs
2650: --
2651: SELECT ar_cash_receipt_history_s.nextval
2652: , ar_receivable_applications_s.nextval
2653: , ar_misc_cash_distributions_s.nextval
2654: , ar_adjustments_s.nextval
2655: , ra_cust_trx_line_gl_dist_s.nextval