DBA Data[Home] [Help]

APPS.CSP_RESOURCE_PUB dependencies on MTL_PARAMETERS

Line 143: from mtl_parameters

139: ELSIF p_organization_id IS NOT NULL AND p_action_code IN (0,1) THEN
140: -- check whether the organizaton exists.
141: BEGIN
142: select organization_id into l_check_existence
143: from mtl_parameters
144: where organization_id = p_organization_id;
145: EXCEPTION
146: WHEN NO_DATA_FOUND THEN
147: FND_MESSAGE.SET_NAME ('INV', 'INVALID ORGANIZATION');