DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on PO_LOOKUP_CODES

Line 192: from po_lookup_codes

188: BEGIN
189:
190: select count(*)
191: into l_count
192: from po_lookup_codes
193: where lookup_type = 'FREIGHT TERMS'
194: and lookup_code = p_freight_terms
195: and sysdate < nvl(inactive_date, sysdate + 1);
196: