DBA Data[Home] [Help]

APPS.INV_UI_RCV_LOVS dependencies on ORG_FREIGHT

Line 536: from org_freight

532: BEGIN
533: OPEN x_freight_carrier FOR
534: select freight_code
535: , description
536: from org_freight
537: where organization_id = p_organization_id
538: and nvl(disable_date, sysdate+1) > sysdate
539: AND freight_code LIKE (p_freight_carrier)
540: order by upper(freight_code);