DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on PO_LOOKUP_CODES

Line 202: from po_lookup_codes

198: BEGIN
199:
200: select count(*)
201: into l_count
202: from po_lookup_codes
203: where lookup_type = 'FREIGHT TERMS'
204: and lookup_code = p_freight_terms
205: and sysdate < nvl(inactive_date, sysdate + 1);
206: