DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on SO_AGREEMENTS

Line 2705: so_agreements a,

2701: AND NOT EXISTS (
2702: SELECT 'X'
2703: from hz_cust_accounts cust_acct,
2704: hz_parties party,
2705: so_agreements a,
2706: qp_lookups sl
2707: where a.agreement_type_code = sl.lookup_code
2708: and sl.lookup_type = 'QP_AGREEMENT_TYPE'
2709: and a.customer_id = cust_acct.cust_account_id(+)