DBA Data[Home] [Help]

APPS.OE_CREDIT_EXPOSURE_PVT dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 5028: LOCK TABLE ar_cash_receipt_history_all IN EXCLUSIVE MODE;

5024: LOCK TABLE oe_order_headers_all IN EXCLUSIVE MODE;
5025: LOCK TABLE oe_price_adjustments IN EXCLUSIVE MODE;
5026: LOCK TABLE ar_payment_schedules_all IN EXCLUSIVE MODE;
5027: LOCK TABLE ar_cash_receipts_all IN EXCLUSIVE MODE;
5028: LOCK TABLE ar_cash_receipt_history_all IN EXCLUSIVE MODE;
5029:
5030: IF G_debug_flag = 'Y'
5031: THEN
5032: oe_debug_pub.add( 'locked tables', 2 );

Line 7848: , ar_cash_receipt_history_all crh

7844: , 1
7845:
7846: FROM
7847: ar_cash_receipts_all cr
7848: , ar_cash_receipt_history_all crh
7849: , hz_cust_accounts ca
7850: , hz_cust_site_uses_all su
7851: WHERE
7852: cr.cash_receipt_id = crh.cash_receipt_id

Line 8017: , ar_cash_receipt_history_all crh

8013: , 1
8014:
8015: FROM
8016: ar_cash_receipts_all cr
8017: , ar_cash_receipt_history_all crh
8018: , hz_cust_accounts ca
8019: , hz_cust_site_uses_all su
8020: WHERE
8021: cr.cash_receipt_id = crh.cash_receipt_id