DBA Data[Home] [Help]

APPS.OE_CREDIT_EXPOSURE_PVT dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 5388: LOCK TABLE ar_cash_receipt_history_all IN EXCLUSIVE MODE;

5384: LOCK TABLE oe_order_headers_all IN EXCLUSIVE MODE;
5385: LOCK TABLE oe_price_adjustments IN EXCLUSIVE MODE;
5386: LOCK TABLE ar_payment_schedules_all IN EXCLUSIVE MODE;
5387: LOCK TABLE ar_cash_receipts_all IN EXCLUSIVE MODE;
5388: LOCK TABLE ar_cash_receipt_history_all IN EXCLUSIVE MODE;
5389:
5390: IF G_debug_flag = 'Y'
5391: THEN
5392: oe_debug_pub.add( 'locked tables', 2 );

Line 9767: , ar_cash_receipt_history_all crh

9763: , 1
9764:
9765: FROM
9766: ar_cash_receipts_all cr
9767: , ar_cash_receipt_history_all crh
9768: , hz_cust_accounts ca
9769: , hz_cust_site_uses_all su
9770: WHERE
9771: cr.cash_receipt_id = crh.cash_receipt_id

Line 9941: , ar_cash_receipt_history_all crh

9937: , 1
9938:
9939: FROM
9940: ar_cash_receipts_all cr
9941: , ar_cash_receipt_history_all crh
9942: , hz_cust_accounts ca
9943: , hz_cust_site_uses_all su
9944: WHERE
9945: cr.cash_receipt_id = crh.cash_receipt_id