DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on ORG_FREIGHT

Line 247: from org_freight ofv

243:
244: Begin
245: select ofv.freight_code_tl
246: into l_freight_code_name
247: from org_freight ofv
248: where ofv.organization_id = p_org_id
249: and ofv.freight_code = p_freight_code
250: and sysdate < nvl(ofv.disable_date,sysdate+1);
251: