DBA Data[Home] [Help]

APPS.WMS_RULES_WORKBENCH_PVT dependencies on ORG_FREIGHT

Line 248: from org_freight ofv

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