DBA Data[Home] [Help]

APPS.CSI_GENERIC_GRP dependencies on CSI_INSTALL_PARAMETERS

Line 441: FROM csi_install_parameters );

437: INTO l_dummy
438: FROM mtl_category_set_valid_cats
439: WHERE category_id = p_ext_attrib_rec.item_category_id
440: AND category_set_id = ( SELECT category_set_id
441: FROM csi_install_parameters );
442: EXCEPTION
443: WHEN NO_DATA_FOUND THEN
444: fnd_message.set_name('CSI', 'CSI_INVALID_PARAMETER');
445: fnd_message.set_token('PARAMETER',p_ext_attrib_rec.item_category_id);