DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on ORG_FREIGHT

Line 167: from ORG_FREIGHT

163: BEGIN
164:
165: select count(*)
166: into l_count
167: from ORG_FREIGHT
168: where
169: freight_code = p_freight_code;
170:
171: if (l_count = 0) then