DBA Data[Home] [Help]

APPS.AR_INVOICE_UTILS dependencies on QP_LOOKUPS

Line 2706: qp_lookups sl

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(+)
2710: and cust_acct.party_id = party.party_id(+)