DBA Data[Home] [Help]

APPS.WMS_UCC_128_PVT dependencies on MTL_PARAMETERS

Line 216: FROM mtl_parameters

212: SELECT total_lpn_length
213: , ucc_128_suffix_flag
214: INTO x_ucc_128_attributes.total_lpn_length
215: , x_ucc_128_attributes.ucc_128_suffix_flag
216: FROM mtl_parameters
217: WHERE organization_id = x_ucc_128_attributes.organization_id;
218: l_progress := '210';
219: END IF;
220: