DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on ORG_FREIGHT_TL

Line 385: from org_freight_tl

381: p_inventory_organization_id = '||p_inventory_organization_id);
382:
383: select description
384: into rt_value
385: from org_freight_tl
386: where LANGUAGE = userenv('LANG')
387: and ORGANIZATION_ID = p_inventory_organization_id
388: and FREIGHT_CODE = p_carrier_code;
389: