DBA Data[Home] [Help]

APPS.PON_FORMS_UTIL_PVT dependencies on ORG_FREIGHT_TL

Line 392: from org_freight_tl

388: p_inventory_organization_id = '||p_inventory_organization_id);
389:
390: select description
391: into rt_value
392: from org_freight_tl
393: where LANGUAGE = userenv('LANG')
394: and ORGANIZATION_ID = p_inventory_organization_id
395: and FREIGHT_CODE = p_carrier_code;
396: