DBA Data[Home] [Help]

APPS.AR_RAXCUS_XMLP_PKG dependencies on AR_LOOKUPS

Line 79: ar_lookups look

75: l_customer_number_low,
76: l_customer_number_high
77: from hz_cust_accounts c,
78: hz_parties party,
79: ar_lookups look
80: where c.status = look.lookup_code
81: and c.party_id = party.party_id
82: and look.lookup_type = 'CODE_STATUS';
83: