DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on ORG_FREIGHT

Line 564: from org_freight

560: BEGIN
561: OPEN x_freight_carrier FOR
562: select freight_code
563: , description
564: from org_freight
565: where organization_id = p_organization_id
566: and nvl(disable_date, sysdate+1) > sysdate
567: AND freight_code LIKE (p_freight_carrier)
568: order by upper(freight_code);