DBA Data[Home] [Help]

APPS.PO_EMAIL_GENERATE dependencies on ORG_FREIGHT_VL

Line 3521: from org_freight_vl

3517: po_core_s.get_displayed_value('FREIGHT TERMS', l_freight_terms_lc,l_freight_terms_dsp);
3518:
3519: begin
3520: select freight_code_tl into l_ship_via_lookup_desc
3521: from org_freight_vl
3522: where organization_id = l_org_id --
3523: and freight_code = l_ship_via_lookup_code;
3524: exception
3525: when no_data_found then