DBA Data[Home] [Help]

APPS.AR_PURGE dependencies on HZ_PARTIES

Line 732: hz_parties bill_party,

728: ra_batches batch,
729: fnd_document_sequences doc,
730: gl_sets_of_books sob,
731: hz_cust_accounts cust_bill,
732: hz_parties bill_party,
733: hz_cust_site_uses su_bill,
734: hz_cust_acct_sites addr_bill,
735: hz_party_sites bill_ps,
736: hz_locations bill_loc,

Line 738: hz_parties ship_party,

734: hz_cust_acct_sites addr_bill,
735: hz_party_sites bill_ps,
736: hz_locations bill_loc,
737: hz_cust_accounts cust_ship,
738: hz_parties ship_party,
739: hz_cust_site_uses su_ship,
740: hz_cust_acct_sites addr_ship,
741: hz_party_sites ship_ps,
742: hz_locations ship_loc,

Line 912: hz_parties cust_party,

908: gl_sets_of_books sob,
909: ar_lookups lu,
910: ar_adjustments adj,
911: hz_cust_accounts cust,
912: hz_parties cust_party,
913: ra_customer_trx ct
914: WHERE lu.lookup_code (+) = adj.reason_code
915: AND lu.lookup_type (+) = 'ADJUST_REASON'
916: AND ctt.cust_trx_type_id = ct.cust_trx_type_id

Line 1065: hz_parties cust_party,

1061: hz_party_sites party_site,
1062: hz_locations loc,
1063: hz_cust_site_uses su,
1064: hz_cust_accounts cust,
1065: hz_parties cust_party,
1066: iby_trxn_extensions_v iby,
1067: ar_receivable_applications ra,
1068: ar_receivable_applications ra1, --bug1199027
1069: ar_cash_receipt_history crh,