DBA Data[Home] [Help]

APPS.POS_EXCELASN_PVT dependencies on ORG_FREIGHT

Line 2889: (select count(*) from org_freight oft

2885: select pht.line_number, pht.freight_carrier_code
2886: from pos_exasn_headers pht
2887: where pht.freight_carrier_code is not null
2888: and 0=
2889: (select count(*) from org_freight oft
2890: where nvl(oft.disable_date, sysdate) >= sysdate
2891: and oft.freight_code = pht.freight_carrier_code
2892: and organization_id = pht.ship_to_org_id
2893: );