DBA Data[Home] [Help]

APPS.POS_ASN_XML dependencies on ORG_FREIGHT

Line 177: from ORG_FREIGHT

173: BEGIN
174:
175: select count(*)
176: into l_count
177: from ORG_FREIGHT
178: where
179: freight_code = p_freight_code;
180:
181: if (l_count = 0) then